aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-07 16:05:18 -0500
committerUnknown <joe2010xtmf@163.com>2014-03-07 16:05:18 -0500
commitba5c7ea7719abbef792e8b9897dcfadf4d54bbab (patch)
treee1986ff36562366278fd134e7ce1793193828dcb /gogs.go
parent8e821c75d7432ffe7eb7d72ba479f6f68e620ad1 (diff)
Add SignInRequire and SignOutRequire middleware
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 4c4d7da1..e239737e 100644
--- a/gogs.go
+++ b/gogs.go
@@ -19,7 +19,7 @@ import (
// Test that go1.1 tag above is included in builds. main.go refers to this definition.
const go11tag = true
-const APP_VER = "0.0.1.0306"
+const APP_VER = "0.0.1.0307"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())