diff options
author | Unknown <joe2010xtmf@163.com> | 2014-03-23 08:40:40 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-03-23 08:40:40 -0400 |
commit | 97debac18534e030924654befc6dc1eeb870a38b (patch) | |
tree | 957bc269e6dcf176f1c242e8be2a7f461daa12c8 /gogs.go | |
parent | 97e82a0ff6286fd0a42281cd1e34dd734110e2f4 (diff) | |
download | gitea-97debac18534e030924654befc6dc1eeb870a38b.tar.gz gitea-97debac18534e030924654befc6dc1eeb870a38b.zip |
SSL enable config option
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,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.6.0323.1" +const APP_VER = "0.1.7.0323.1" func init() { base.AppVer = APP_VER |