File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 2.0.2
2
+ current_version = 2.0.3
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 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 )
2
2
![ Go] ( https://img.shields.io/github/go-mod/go-version/vigo/statoo )
3
3
[ ![ Documentation] ( https://godoc.org/github.com/vigo/statoo?status.svg )] ( https://pkg.go.dev/github.com/vigo/statoo )
4
4
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/vigo/statoo )] ( https://goreportcard.com/report/github.com/vigo/statoo )
Original file line number Diff line number Diff line change 1
1
package version
2
2
3
3
// Version is the current version of statoo.
4
- const Version string = "2.0.2 "
4
+ const Version string = "2.0.3 "
5
5
6
6
// CommitHash represents current build/commit hash.
7
7
var CommitHash string
You can’t perform that action at this time.
0 commit comments