diff --git a/.bumpversion.toml b/.bumpversion.toml index 56f7753..96b6c5c 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.1.4" +current_version = "0.2.0" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/README.md b/README.md index 828a582..a7f8c58 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-0.1.4-orange.svg) +![Version](https://img.shields.io/badge/version-0.2.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) diff --git a/release/release.go b/release/release.go index 13c169a..5700d5b 100644 --- a/release/release.go +++ b/release/release.go @@ -1,7 +1,7 @@ package release // Version is the current version of service. -const Version string = "0.1.4" +const Version string = "0.2.0" // BuildInformation holds current build information. var BuildInformation string