From ff051e2106bb44203736934547a7a2c501b1a784 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 15 Jul 2015 19:17:57 +0800 Subject: #1128: API calls are not hidden behind sign in --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 958792e0..1fe0153e 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.1.0714 Beta" +const APP_VER = "0.6.1.0715 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3