aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-19 16:43:24 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-19 16:43:24 +0800
commit2513dab2b038d4fed3983d49c448300eccb924f9 (patch)
tree370060f6d8100a2e5ae892bfd1ff1dfae7929a4a /gogs.go
parent7076f466c9491b07be272d4680cfea5ed839b855 (diff)
parentb192b70aecbe3b91affd9d9396669ed000a936d6 (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 2757fbc1..106e8b1d 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.0318.1"
+const APP_VER = "0.1.0.0319.1"
func init() {
base.AppVer = APP_VER