Skip to content

Commit c793ee6

Browse files
committed
develop v0.17.0-dev
1 parent 82f20b4 commit c793ee6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A high productivity, full-stack web framework for the [Go language](http://www.golang.org).
66

7-
Current Version: 0.16.0 (2017-06-06)
7+
Current Version: 0.17.0-dev (2017-06-06)
88

99
**As of Revel 0.15.0, Go 1.7+ is required.**
1010

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package revel
66

77
const (
88
// Version current Revel version
9-
Version = "0.16.0"
9+
Version = "0.17.0-dev"
1010

1111
// BuildDate latest commit/release date
1212
BuildDate = "2017-06-06"

0 commit comments

Comments
 (0)