mirror of
https://github.com/kevin-DL/revel-cmd.git
synced 2026-01-11 18:54:31 +00:00
release v1.0.0
This commit is contained in:
@@ -6,11 +6,11 @@ package cmd
|
||||
|
||||
const (
|
||||
// Version current Revel version
|
||||
Version = "1.0.0-dev"
|
||||
Version = "1.0.0"
|
||||
|
||||
// BuildDate latest commit/release date
|
||||
BuildDate = "2018-10-30"
|
||||
BuildDate = "2020-07-11"
|
||||
|
||||
// MinimumGoVersion minimum required Go version for Revel
|
||||
MinimumGoVersion = ">= go1.8"
|
||||
MinimumGoVersion = ">= go1.12"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user