diff options
author | Unknown <joe2010xtmf@163.com> | 2014-04-05 11:22:14 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-04-05 11:22:14 -0400 |
commit | 3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17 (patch) | |
tree | 0ba3e63a6f24bbba576b2a25b8f9b52e5205ec10 /gogs.go | |
parent | 9791e70da67091d244728070b80ee92c98d6aa8b (diff) | |
download | gitea-3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17.tar.gz gitea-3ebc9b991a70e10c4b2c6319c1ff6195c0d75a17.zip |
Use gogits/session for oauth2
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |