mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
MISC: bump version
This commit is contained in:
2
Makefile
2
Makefile
@@ -80,4 +80,4 @@ todo:
|
|||||||
|
|
||||||
# Legacy code should be remove by the time of release
|
# Legacy code should be remove by the time of release
|
||||||
legacy:
|
legacy:
|
||||||
grep -rnw "LEGACY" cmd routers models pkg
|
grep -rnw "LEGACY" cmd routes models pkg
|
||||||
|
|||||||
2
gogs.go
2
gogs.go
@@ -16,7 +16,7 @@ import (
|
|||||||
"github.com/gogits/gogs/pkg/setting"
|
"github.com/gogits/gogs/pkg/setting"
|
||||||
)
|
)
|
||||||
|
|
||||||
const APP_VER = "0.11.33.1116"
|
const APP_VER = "0.11.33.1119"
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
setting.AppVer = APP_VER
|
setting.AppVer = APP_VER
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
0.11.33.1116
|
0.11.33.1119
|
||||||
Reference in New Issue
Block a user