From f692ea1faf9e99e1ab144f31228f6b6c2e2b6b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?U=C4=9Fur=20=C3=96zy=C4=B1lmazel?= Date: Mon, 23 Oct 2023 14:02:07 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.3=20=E2=86=92=200.1.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- README.md | 2 +- src/releaseinfo/releaseinfo.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e1b3fd3..1af38a1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 commit = True tag = True diff --git a/README.md b/README.md index a2a0dfd..4e78476 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![Version](https://img.shields.io/badge/version-0.1.3-orange.svg) +![Version](https://img.shields.io/badge/version-0.1.4-orange.svg) [![Golang Tests](https://github.com/vbyazilim/kvstore/actions/workflows/go-test.yml/badge.svg)](https://github.com/vbyazilim/kvstore/actions/workflows/go-test.yml) [![Golang CI Lint](https://github.com/vbyazilim/kvstore/actions/workflows/go-lint.yml/badge.svg)](https://github.com/vbyazilim/kvstore/actions/workflows/go-lint.yml) [![codecov](https://codecov.io/gh/vbyazilim/kvstore/graph/badge.svg?token=514LHYMOA4)](https://codecov.io/gh/vbyazilim/kvstore) diff --git a/src/releaseinfo/releaseinfo.go b/src/releaseinfo/releaseinfo.go index 43576bd..7bee0a6 100644 --- a/src/releaseinfo/releaseinfo.go +++ b/src/releaseinfo/releaseinfo.go @@ -1,7 +1,7 @@ package releaseinfo // Version is the current version of service. -const Version string = "0.1.3" +const Version string = "0.1.4" // BuildInformation holds current build information. var BuildInformation string