Skip to content

Commit

Permalink
Bump version: 0.2.3 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Dec 26, 2024
1 parent 49635d3 commit ed09af9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.3"
current_version = "0.3.0"
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.3-orange.svg)
![Version](https://img.shields.io/badge/version-0.3.0-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
2 changes: 1 addition & 1 deletion 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.2.3"
const Version = "0.3.0"

// BuildInformation holds current build information.
var BuildInformation = "91c5ab0c34c3"

0 comments on commit ed09af9

Please sign in to comment.