Skip to content

Commit 5d7a3df

Browse files
committed
bump version number to 0.2.3
1 parent ce74727 commit 5d7a3df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repo/config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// CurrentVersionNumber is the current application's version literal
11-
const CurrentVersionNumber = "0.2.2"
11+
const CurrentVersionNumber = "0.2.3"
1212

1313
// Version regulates checking if the most recent version is run
1414
type Version struct {

0 commit comments

Comments
 (0)