aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-13 21:00:12 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-13 21:00:12 -0400
commitd2b53dd43b3bc9719985033bc92b76abb9515b4d (patch)
treef6c038f0b8c11e8a01d7cd26d6bbdb14144696b3 /gogs.go
parent4b9b8024ba59b5b84d92dca650761b35ebf6408a (diff)
downloadgitea-d2b53dd43b3bc9719985033bc92b76abb9515b4d.tar.gz
gitea-d2b53dd43b3bc9719985033bc92b76abb9515b4d.zip
Add weibo oauth
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 7a7d3ac873..de2bbc7777 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.2.8.0413 Alpha"
+const APP_VER = "0.2.9.0413 Alpha"
func init() {
base.AppVer = APP_VER