summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2017-11-26 21:12:45 -0500
committerLunny Xiao <xiaolunwen@gmail.com>2017-11-27 10:12:45 +0800
commit238bb80cddf4a35a1626fc7add8d01183660c9aa (patch)
tree5d9bf14a66eb769523865bddc14c34c07b8cf7f1 /main.go
parent0d4c63fd70d0b255a9a17352cc47ec2b6ca13440 (diff)
downloadgitea-238bb80cddf4a35a1626fc7add8d01183660c9aa.tar.gz
gitea-238bb80cddf4a35a1626fc7add8d01183660c9aa.zip
Update hard-coded version to 1.4.0-dev (#2988)
Now that 1.3.0 is out the new target is 1.4.0
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
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 = ""