diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2017-11-26 21:12:45 -0500 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-11-27 10:12:45 +0800 |
commit | 238bb80cddf4a35a1626fc7add8d01183660c9aa (patch) | |
tree | 5d9bf14a66eb769523865bddc14c34c07b8cf7f1 /main.go | |
parent | 0d4c63fd70d0b255a9a17352cc47ec2b6ca13440 (diff) | |
download | gitea-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "" |