Skip to content

Commit

Permalink
release v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
notzippy committed Oct 30, 2018
1 parent facfe0e commit 5f558ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions version.go
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
// Copyright (c) 2012-2017 The Revel Framework Authors, All rights reserved.
// Copyright (c) 2012-2018 The Revel Framework Authors, All rights reserved.
// Revel Framework source code and usage is governed by a MIT style
// license that can be found in the LICENSE file.

package cmd

const (
// Version current Revel Command version
Version = "0.21.0-dev"
// Version current Revel version
Version = "0.21.0"

// BuildDate latest commit/release date
BuildDate = "2018-10-02"
BuildDate = "2018-10-30"

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

0 comments on commit 5f558ac

Please sign in to comment.