Skip to content

Commit

Permalink
MISC: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
unknwon committed Nov 19, 2017
1 parent 114677b commit b752fe6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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 changes: 1 addition & 1 deletion gogs.go
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion templates/.VERSION
@@ -1 +1 @@
0.11.33.1116 0.11.33.1119

0 comments on commit b752fe6

Please sign in to comment.