aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-23 08:40:40 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-23 08:40:40 -0400
commit97debac18534e030924654befc6dc1eeb870a38b (patch)
tree957bc269e6dcf176f1c242e8be2a7f461daa12c8 /gogs.go
parent97e82a0ff6286fd0a42281cd1e34dd734110e2f4 (diff)
downloadgitea-97debac18534e030924654befc6dc1eeb870a38b.tar.gz
gitea-97debac18534e030924654befc6dc1eeb870a38b.zip
SSL enable config option
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 0bdbbc0697..09b28f9b3f 100644
--- a/gogs.go
+++ b/gogs.go
@@ -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