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.
2 parents 6c8d554 + 784326c commit 4043cb7Copy full SHA for 4043cb7
README.md
@@ -4,9 +4,9 @@
4
5
A high productivity, full-stack web framework for the [Go language](http://www.golang.org).
6
7
-Current Version: 0.17.0 (2017-07-11)
+Current Version: 0.18.0-dev (2017-07-11)
8
9
-**As of Revel 0.15.0, Go 1.7+ is required.**
+**As of Revel 0.15.0, Go 1.6+ is required.**
10
11
## Quick Start
12
version.go
@@ -6,7 +6,7 @@ package revel
const (
// Version current Revel version
- Version = "0.17"
+ Version = "0.18-dev"
// BuildDate latest commit/release date
BuildDate = "2017-07-11"
0 commit comments