diff options
author | techknowlogick | 2018-02-03 10:03:43 -0500 |
---|---|---|
committer | Lauris BH | 2018-02-03 17:03:43 +0200 |
commit | 77f8bad2fb7a6a4ab57b398cb89e6889f76ffe8a (patch) | |
tree | 1a6d0279a7ed486dd723ec273dbd2e50a1fd07a8 /main.go | |
parent | e9e2a9cdcc52e9e33838074ec7e8a0bdbbe8dace (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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "" |