version bump to 0.3.5
Jeromy committed
Jun 15, 2015 at 15:35 UTC
fa23022bcd44b318cd5f4c6536ba5c3f934d22aa
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.4"
11
+const CurrentVersionNumber = "0.3.5"
12
13
// Version regulates checking if the most recent version is run
14
type Version struct {