Skip to content

Commit

Permalink
Bump version: 0.1.3 → 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Oct 23, 2023
1 parent d001bbe commit f692ea1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.3
current_version = 0.1.4
commit = True
tag = True

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.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)
Expand Down
2 changes: 1 addition & 1 deletion src/releaseinfo/releaseinfo.go
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f692ea1

Please sign in to comment.