1
0
Fork 0
forked from forgejo/forgejo

new delete account UI and password confirmation

This commit is contained in:
Unknwon 2015-08-19 02:49:44 +08:00
parent 81b8427438
commit 2493454587
14 changed files with 137 additions and 52 deletions

View file

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