summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorThomas Boerger <thomas@webhippie.de>2016-12-24 02:19:12 +0100
committerGitHub <noreply@github.com>2016-12-24 02:19:12 +0100
commitf2ff0ee846e8ef42e2f7ba960e86bd8e397f007f (patch)
treed7d9ea318784c5c2c0440cf1feb92ac5c08ce2e8 /main.go
parent6aacf4d2f09631359b99df562b4bf31dcef44ea3 (diff)
downloadgitea-f2ff0ee846e8ef42e2f7ba960e86bd8e397f007f.tar.gz
gitea-f2ff0ee846e8ef42e2f7ba960e86bd8e397f007f.zip
Raised version to 1.1.0 (#468)
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 4079dc40d8..5848abca80 100644
--- a/main.go
+++ b/main.go
@@ -18,7 +18,7 @@ import (
)
// Version holds the current Gitea version
-var Version = "1.0.0+dev"
+var Version = "1.1.0+dev"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())