Browse Source

Prepare release

[CI SKIP]
pull/4353/head v0.11rc
Unknwon 8 years ago
parent
commit
375f1b1fde
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      gogs.go
  2. 2
      templates/.VERSION

2
gogs.go

@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
const APP_VER = "0.10.31.0327"
const APP_VER = "0.10.31.0327 / 0.11 RC"
func init() {
setting.AppVer = APP_VER

2
templates/.VERSION

@ -1 +1 @@
0.10.31.0327
0.10.31.0327 / 0.11 RC
Loading…
Cancel
Save