summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2017-11-27 03:12:45 +0100
committerLunny Xiao <xiaolunwen@gmail.com>2017-11-27 03:12:45 +0100
commit238bb80cddf4a35a1626fc7add8d01183660c9aa (patch)
tree5d9bf14a66eb769523865bddc14c34c07b8cf7f1 /main.go
parentFix go-get, src and raw urls to new scheme (#2978) (diff)
downloadforgejo-238bb80cddf4a35a1626fc7add8d01183660c9aa.tar.xz
forgejo-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 = ""