Browse Source

MISC: bump version

pull/4878/head v0.11.33
Unknwon 7 years ago
parent
commit
b752fe6808
No known key found for this signature in database
GPG Key ID: 25B575AE3213B2B3
  1. 2
      Makefile
  2. 2
      gogs.go
  3. 2
      templates/.VERSION

2
Makefile

@ -80,4 +80,4 @@ todo:
# Legacy code should be remove by the time of release
legacy:
grep -rnw "LEGACY" cmd routers models pkg
grep -rnw "LEGACY" cmd routes models pkg

2
gogs.go

@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/pkg/setting"
)
const APP_VER = "0.11.33.1116"
const APP_VER = "0.11.33.1119"
func init() {
setting.AppVer = APP_VER

2
templates/.VERSION

@ -1 +1 @@
0.11.33.1116
0.11.33.1119
Loading…
Cancel
Save