Skip to content

Commit

Permalink
Bump version: 0.3.1 → 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Dec 26, 2024
1 parent c15e2c7 commit ef9b738
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.bumpversion]
current_version = "0.3.1"
current_version = "0.3.2"
parse = "(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)"
serialize = ["{major}.{minor}.{patch}"]
search = "{current_version}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![Version](https://img.shields.io/badge/version-0.3.1-orange.svg)
![Version](https://img.shields.io/badge/version-0.3.2-orange.svg)
![Go](https://img.shields.io/github/go-mod/go-version/vbyazilim/basichttpdebugger)
[![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)
![Docker Pulls](https://img.shields.io/docker/pulls/vigo/basichttpdebugger)
Expand Down
4 changes: 2 additions & 2 deletions internal/release/release.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package release

// Version is the current version of service.
const Version = "0.3.1"
const Version = "0.3.2"

// BuildInformation holds current build information.
var BuildInformation = "d09aa2a272f6"
var BuildInformation = "c15e2c7cf2fd52080b0829b955cfa52a81512b13"

0 comments on commit ef9b738

Please sign in to comment.