Skip to content

Commit 22c483e

Browse files
committed
Bump version: 2.0.2 → 2.0.3
1 parent 8ce99c4 commit 22c483e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.2
2+
current_version = 2.0.3
33
commit = True
44
tag = True
55

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Version](https://img.shields.io/badge/version-2.0.2-orange.svg)
1+
![Version](https://img.shields.io/badge/version-2.0.3-orange.svg)
22
![Go](https://img.shields.io/github/go-mod/go-version/vigo/statoo)
33
[![Documentation](https://godoc.org/github.com/vigo/statoo?status.svg)](https://pkg.go.dev/github.com/vigo/statoo)
44
[![Go Report Card](https://goreportcard.com/badge/github.com/vigo/statoo)](https://goreportcard.com/report/github.com/vigo/statoo)

app/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version is the current version of statoo.
4-
const Version string = "2.0.2"
4+
const Version string = "2.0.3"
55

66
// CommitHash represents current build/commit hash.
77
var CommitHash string

0 commit comments

Comments
 (0)