1
0
Fork 0
forked from forgejo/forgejo

migrations: set comment updated as created

This commit is contained in:
Unknwon 2016-08-26 14:07:21 -07:00
parent 6b98d58906
commit bb359a74f1
6 changed files with 25 additions and 4 deletions

View file

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