From 5c8d5bca7fe6a0453d9cf8b711a1fa0d9442ba9d Mon Sep 17 00:00:00 2001 From: NotZippy Date: Tue, 30 Oct 2018 06:23:53 -0700 Subject: [PATCH] develop v1.0.0-dev --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 1fe6f42..ae90907 100644 --- a/version.go +++ b/version.go @@ -6,7 +6,7 @@ package cmd const ( // Version current Revel version - Version = "0.21.0" + Version = "1.0.0-dev" // BuildDate latest commit/release date BuildDate = "2018-10-30"