1
0
Fork 0
forked from forgejo/forgejo

Finish issue design

This commit is contained in:
Unknown 2014-05-07 12:09:30 -04:00
parent 8ca14e2109
commit 7407f9caf3
10 changed files with 433 additions and 229 deletions

View file

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