1
0
Fork 0
forked from forgejo/forgejo

Finish add new milestone

This commit is contained in:
Unknown 2014-05-12 14:06:42 -04:00
parent f1130ce5e9
commit 54e95fa367
14 changed files with 236 additions and 136 deletions

View file

@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/base"
)
const APP_VER = "0.3.3.0511 Alpha"
const APP_VER = "0.3.3.0512 Alpha"
func init() {
base.AppVer = APP_VER