Skip to content

Commit

Permalink
Bump version: 0.2.2 → 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Dec 24, 2024
1 parent 476a4fa commit 39302e2
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.2.2"
current_version = "0.2.3"
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.2.2-orange.svg)
![Version](https://img.shields.io/badge/version-0.2.3-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 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.2.2"
const Version = "0.2.3"

// BuildInformation holds current build information.
var BuildInformation = "000"
var BuildInformation = "476a4fa806f62eeee5899c8d43d924510e354085"

0 comments on commit 39302e2

Please sign in to comment.