From dd481c09e71bae8ce3aa4ee2a70fc42deeb48c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20=C3=96zy=C4=B1lmazel?= Date: Thu, 26 Dec 2024 19:37:28 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.0=20=E2=86=92=200.3.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- README.md | 2 +- internal/release/release.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index ecc6d81..47af905 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.3.0" +current_version = "0.3.1" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/README.md b/README.md index 2542724..8ce3d86 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-0.3.0-orange.svg) +![Version](https://img.shields.io/badge/version-0.3.1-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/internal/release/release.go b/internal/release/release.go index f2f5e17..9e1e698 100644 --- a/internal/release/release.go +++ b/internal/release/release.go @@ -1,7 +1,7 @@ package release // Version is the current version of service. -const Version = "0.3.0" +const Version = "0.3.1" // BuildInformation holds current build information. var BuildInformation = "d09aa2a272f6"