From 39302e2319e2bc34a69b81e2ec2ab34dd823b110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20=C3=96zy=C4=B1lmazel?= Date: Tue, 24 Dec 2024 13:15:41 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.2=20=E2=86=92=200.2.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.toml | 2 +- README.md | 2 +- release/release.go | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.toml b/.bumpversion.toml index 18ea7ab..61f5c1b 100644 --- a/.bumpversion.toml +++ b/.bumpversion.toml @@ -1,5 +1,5 @@ [tool.bumpversion] -current_version = "0.2.2" +current_version = "0.2.3" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" serialize = ["{major}.{minor}.{patch}"] search = "{current_version}" diff --git a/README.md b/README.md index 2aa4705..0a50505 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/release/release.go b/release/release.go index 802fad5..90b885c 100644 --- a/release/release.go +++ b/release/release.go @@ -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"