diff options
author | Unknwon <u@gogs.io> | 2015-03-23 10:19:19 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-03-23 10:19:19 -0400 |
commit | 2bb982dada0012d59ead783aaf90e730351171cc (patch) | |
tree | 329bd89296092d68680cf99223900d46e338eff7 /gogs.go | |
parent | ade343f6dc2fda5d988ddb00c3a8460dd64bc42a (diff) | |
download | gitea-2bb982dada0012d59ead783aaf90e730351171cc.tar.gz gitea-2bb982dada0012d59ead783aaf90e730351171cc.zip |
#1080: Remove footer ads/branding from default template
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.6.0.0320 Beta" +const APP_VER = "0.6.0.0323 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |