bump version number to 0.2.3
Jeromy committed
Feb 26, 2015 at 23:42 UTC
5d7a3dfec22fd3615977a3a0aee271de50fd25b8
1 file changed
+1
-1
repo/config/version.go
+1
-1
@@ -8,7 +8,7 @@ import (
8
)
9
10
// CurrentVersionNumber is the current application's version literal
11
-const CurrentVersionNumber = "0.2.2"
11
+const CurrentVersionNumber = "0.2.3"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {