X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=src%2Ffoundation%2Fapi%2Frevel%2Fversion.go;fp=src%2Ffoundation%2Fapi%2Frevel%2Fversion.go;h=6d666ca59e74c3ee9ce58457e6fa019c3312402d;hb=1d1ee6961c93781e1187d8c7faa868da6b2f01f4;hp=0000000000000000000000000000000000000000;hpb=56dd5e0f2164b37b40ac1daa188ccc618b4cbd19;p=iec.git diff --git a/src/foundation/api/revel/version.go b/src/foundation/api/revel/version.go new file mode 100644 index 0000000..6d666ca --- /dev/null +++ b/src/foundation/api/revel/version.go @@ -0,0 +1,16 @@ +// 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 revel + +const ( + // Version current Revel version + Version = "0.21.0" + + // BuildDate latest commit/release date + BuildDate = "2018-10-30" + + // MinimumGoVersion minimum required Go version for Revel + MinimumGoVersion = ">= go1.8" +)