Skip to content

Commit 2585f80

Browse files
committed
Bump version: 0.6.2 → 0.7.0
1 parent 778478c commit 2585f80

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.6.2"
2+
current_version = "0.7.0"
33
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
44
serialize = ["{major}.{minor}.{patch}"]
55
search = "{current_version}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/version-0.6.2-orange.svg)
1+
![Version](https://img.shields.io/badge/version-0.7.0-orange.svg)
22
![Go](https://img.shields.io/github/go-mod/go-version/vbyazilim/basichttpdebugger)
33
[![Golang CI Lint](https://github.com/vbyazilim/basichttpdebugger/actions/workflows/go-lint.yml/badge.svg)](https://github.com/vbyazilim/basichttpdebugger/actions/workflows/go-lint.yml)
44
![Docker Pulls](https://img.shields.io/docker/pulls/vigo/basichttpdebugger)

internal/release/release.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package release
22

33
// Version is the current version of service.
4-
const Version = "0.6.2"
4+
const Version = "0.7.0"
55

66
// BuildInformation holds current build information.
7-
var BuildInformation = "1a9d5f8ffc4e50b4ca72767d71a9a82ce513a8b0"
7+
var BuildInformation = "778478c39c90a334da8932e5c7af121ba0351c55"

0 commit comments

Comments
 (0)