We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcd2f95 commit dd9ff3bCopy full SHA for dd9ff3b
version.go
@@ -2,9 +2,9 @@ package revel
2
3
const (
4
// Current Revel version
5
- VERSION = "0.12.0"
+ VERSION = "0.13.0-dev"
6
// Latest commit date
7
- BUILD_DATE = "2015-03-25"
+ BUILD_DATE = "TBD"
8
// Minimum required Go version
9
- MINIMUM_GO = ">= go1.3"
+ MINIMUM_GO = ">= go1.4"
10
)
version.yaml
@@ -1,3 +1,3 @@
1
-version: 0.12.0dev
-buildDate: 2015-01-23
-minimumGo: >= go1.3
+version: 0.13.0-dev
+buildDate: TBD
+minimumGo: >= go1.4
0 commit comments