aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorLunny Xiao <xiaolunwen@gmail.com>2014-03-29 19:30:11 +0800
committerLunny Xiao <xiaolunwen@gmail.com>2014-03-29 19:30:11 +0800
commit879ef8d81fa7dd194a7482c870cecab5a5ac964b (patch)
tree37156046cee9abbf59781ceec641ff2cdaac987c /gogs.go
parenta726c125b572bc1ff0b445990821280e304db9ff (diff)
parentbeb1761d7c9c2bd85a9f67895836c77ec4bbb6bc (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 f4b7c72f..f1372f0c 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.2 tag above is included in builds. main.go refers to this definition.
const go12tag = true
-const APP_VER = "0.1.9.0328 Alpha"
+const APP_VER = "0.1.9.0329 Alpha"
func init() {
base.AppVer = APP_VER