summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-04-05 11:22:14 -0400
committerUnknown <joe2010xtmf@163.com>2014-04-05 11:22:14 -0400
commit3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17 (patch)
tree0ba3e63a6f24bbba576b2a25b8f9b52e5205ec10 /gogs.go
parent9791e70da67091d244728070b80ee92c98d6aa8b (diff)
downloadgitea-3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17.tar.gz
gitea-3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17.zip
Use gogits/session for oauth2
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 8d9159d6a8..13b9d377d3 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.0.0404 Alpha"
+const APP_VER = "0.2.1.0405 Alpha"
func init() {
base.AppVer = APP_VER