From 238bb80cddf4a35a1626fc7add8d01183660c9aa Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sun, 26 Nov 2017 21:12:45 -0500 Subject: [PATCH] Update hard-coded version to 1.4.0-dev (#2988) Now that 1.3.0 is out the new target is 1.4.0 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index e55779bea5..ec7324ee02 100644 --- a/main.go +++ b/main.go @@ -21,7 +21,7 @@ import ( ) // Version holds the current Gitea version -var Version = "1.3.0-dev" +var Version = "1.4.0-dev" // Tags holds the build tags used var Tags = ""