Skip to content

Commit

Permalink
release v0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notzippy committed Sep 23, 2018
1 parent 383a5e1 commit fd65ef0
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.20.0-dev (2018-02-06)
Current Version: 0.20.0 (2018-09-23)

**Because of Default HTTP Server's graceful shutdown, Go 1.8+ 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.20.0-dev"
Version = "0.20.0"

// BuildDate latest commit/release date
BuildDate = "2018-02-06"
BuildDate = "2018-09-23"

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

0 comments on commit fd65ef0

Please sign in to comment.