Add API Framework Revel Source Files
[iec.git] / src / foundation / api / revel / version.go
diff --git a/src/foundation/api/revel/version.go b/src/foundation/api/revel/version.go
new file mode 100644 (file)
index 0000000..6d666ca
--- /dev/null
@@ -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"
+)