diff options
author | Sandro Santilli <strk@kbt.io> | 2017-10-12 13:40:42 +0200 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2017-10-12 14:40:42 +0300 |
commit | a4cd4616c6f8524f8eb79d6184e855b3a8164130 (patch) | |
tree | 63155beaf0a88275477797100486b1ba7ba66a25 /main.go | |
parent | dff26e25ca4e088ac709bc4b11eb84cdb9603d34 (diff) | |
download | gitea-a4cd4616c6f8524f8eb79d6184e855b3a8164130.tar.gz gitea-a4cd4616c6f8524f8eb79d6184e855b3a8164130.zip |
Update hard-coded version to 1.3.0-dev (#2390)
* Use -dev (1.3.0-dev is less than 1.3.0, according to semver)
* Use fake version for testing purpose
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.1.0+dev" +var Version = "1.3.0-dev" // Tags holds the build tags used var Tags = "" |