diff options
author | Unknwon <u@gogs.io> | 2016-03-12 13:48:34 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-03-12 13:48:34 -0500 |
commit | d733efc1cc27739a386188e3aa02c8a524b06e8d (patch) | |
tree | 7ca0bfb9e55e6a17e282b0b9382f122ff3a3bc3c /gogs.go | |
parent | 985a0f3450dd867cac62633328243f0ea4fbe831 (diff) |
#1286 #2098 Alpha support for custom templates
No guarantee for compatibility with future changes
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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()) |