aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorslene <vslene@gmail.com>2014-03-20 09:17:24 +0800
committerslene <vslene@gmail.com>2014-03-20 09:17:24 +0800
commit8b0f421eb504075b7500575515282cd7da8b0878 (patch)
treee10c71d7fff99207540bac25437165e0aa4da7ac /gogs.go
parent0e7a2d9d3c59a67e9681d8e6e0d813c191777e2c (diff)
parent6f6862086047ba6902f51de3cb66eb3af04fffbd (diff)
Merge branch 'master' of github.com:gogits/gogs
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 106e8b1d..385b7421 100644
--- a/gogs.go
+++ b/gogs.go
@@ -20,7 +20,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
-const APP_VER = "0.1.0.0319.1"
+const APP_VER = "0.1.1.0320.1"
func init() {
base.AppVer = APP_VER