version bump to 0.3.4
(I'll add the changelog later today)
Juan Batiz-Benet committed
May 10, 2015 at 09:23 UTC
e67c2a7b14b1e6cf25000dc63feb0c4f75d56d96
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.3.3"
11
+const CurrentVersionNumber = "0.3.4"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {