Skip to content

Commit ecec809

Browse files
committed
Bump version: 0.3.2 → 0.3.3
1 parent e4cd959 commit ecec809

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

66
// BuildInformation holds current build information.
7-
var BuildInformation = "c15e2c7cf2fd52080b0829b955cfa52a81512b13"
7+
var BuildInformation = "e4cd9595de450b309ccb31023015a8315b1c71c0"

0 commit comments

Comments
 (0)