#2052 Ability to batch delete system notices

This commit is contained in:
Unknwon 2015-12-01 23:33:08 -05:00
parent 834d38a8fb
commit 0be8b1b1a1
9 changed files with 32 additions and 6 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.7.24.1201 Beta"
const APP_VER = "0.7.25.1202 Beta"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())