aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authortechknowlogick2018-02-03 10:03:43 -0500
committerLauris BH2018-02-03 17:03:43 +0200
commit77f8bad2fb7a6a4ab57b398cb89e6889f76ffe8a (patch)
tree1a6d0279a7ed486dd723ec273dbd2e50a1fd07a8 /main.go
parente9e2a9cdcc52e9e33838074ec7e8a0bdbbe8dace (diff)
Update hard-coded version to 1.5.0-dev (#3450)
Now that 1.4.0 is out the new target is 1.5.0 (See #2390 and #2988 for more context if needed)
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 c9cea713d..788637f70 100644
--- a/main.go
+++ b/main.go
@@ -21,7 +21,7 @@ import (
)
// Version holds the current Gitea version
-var Version = "1.4.0-dev"
+var Version = "1.5.0-dev"
// Tags holds the build tags used
var Tags = ""