Skip to content

Commit b752fe6

Browse files
committed
MISC: bump version
1 parent 114677b commit b752fe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ todo:
8080

8181
# Legacy code should be remove by the time of release
8282
legacy:
83-
grep -rnw "LEGACY" cmd routers models pkg
83+
grep -rnw "LEGACY" cmd routes models pkg

gogs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"github.com/gogits/gogs/pkg/setting"
1717
)
1818

19-
const APP_VER = "0.11.33.1116"
19+
const APP_VER = "0.11.33.1119"
2020

2121
func init() {
2222
setting.AppVer = APP_VER

templates/.VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.33.1116
1+
0.11.33.1119

0 commit comments

Comments
 (0)