Skip to content

Commit

Permalink
release v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notzippy committed Nov 1, 2017
1 parent b2921e8 commit 164f0cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -6,7 +6,7 @@

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

Current Version: 0.18.0-dev (2017-07-14)
Current Version: 0.18.0 (2017-10-30)

**As of Revel 0.15.0, Go 1.6+ is required.**

Expand Down
4 changes: 2 additions & 2 deletions version.go
Expand Up @@ -6,10 +6,10 @@ package revel

const (
// Version current Revel version
Version = "0.18-dev"
Version = "0.18.0"

// BuildDate latest commit/release date
BuildDate = "2017-07-14"
BuildDate = "2017-10-30"

// MinimumGoVersion minimum required Go version for Revel
MinimumGoVersion = ">= go1.6"
Expand Down

0 comments on commit 164f0cf

Please sign in to comment.