Skip to content

Commit 094606b

Browse files
committed
Bump version: 0.6.0 → 0.6.1
1 parent 09250a0 commit 094606b

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.0"
2+
current_version = "0.6.1"
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.0-orange.svg)
1+
![Version](https://img.shields.io/badge/version-0.6.1-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.0"
4+
const Version = "0.6.1"
55

66
// BuildInformation holds current build information.
7-
var BuildInformation = "12678c020e4d3eec2c65609f9264d8d1d6853b36"
7+
var BuildInformation = "09250a02f4ff8a203ef5b96645045a758370a560"

0 commit comments

Comments
 (0)