Added missing environment variables to command, skipping the gopath

This commit is contained in:
NotZippy
2018-10-02 08:00:38 -07:00
parent 9ad0065f6c
commit 43c188c1eb
3 changed files with 22 additions and 8 deletions

View File

@@ -6,10 +6,10 @@ package cmd
const (
// Version current Revel Command version
Version = "0.20.1"
Version = "0.20.2"
// BuildDate latest commit/release date
BuildDate = "2018-09-30"
BuildDate = "2018-10-02"
// MinimumGoVersion minimum required Go version for Revel
MinimumGoVersion = ">= go1.8"