From d733efc1cc27739a386188e3aa02c8a524b06e8d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 12 Mar 2016 13:48:34 -0500 Subject: #1286 #2098 Alpha support for custom templates No guarantee for compatibility with future changes --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 186b88d5..2c3ade54 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.6.0311" +const APP_VER = "0.9.7.0312" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3