Files
revel-cmd/version.go
NotZippy 98e771cd01 Patch for windows
Made interrupt call os.Kill for windows
Added check for process still running before killing it
2018-10-31 12:52:43 -07:00

17 lines
432 B
Go

// 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 version
Version = "0.21.1"
// BuildDate latest commit/release date
BuildDate = "2018-10-30"
// MinimumGoVersion minimum required Go version for Revel
MinimumGoVersion = ">= go1.8"
)