diff options
author | techknowlogick <techknowlogick@users.noreply.github.com> | 2017-11-27 03:12:45 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-11-27 03:12:45 +0100 |
commit | 238bb80cddf4a35a1626fc7add8d01183660c9aa (patch) | |
tree | 5d9bf14a66eb769523865bddc14c34c07b8cf7f1 /main.go | |
parent | Fix go-get, src and raw urls to new scheme (#2978) (diff) | |
download | forgejo-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.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 = "" |