From ba5c7ea7719abbef792e8b9897dcfadf4d54bbab Mon Sep 17 00:00:00 2001 From: Unknown Date: Fri, 7 Mar 2014 16:05:18 -0500 Subject: Add SignInRequire and SignOutRequire middleware --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') 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()) -- cgit v1.2.3