diff options
author | Unknwon <u@gogs.io> | 2017-11-19 13:29:06 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-11-19 13:29:06 -0500 |
commit | b752fe680811119954ccef051e6f3b3e2a04c2e8 (patch) | |
tree | e0059f9b60a69e14c86f123145aea15c4e4e6477 | |
parent | 114677b747ff8b4c90c2bde4a012f78407867ced (diff) |
MISC: bump version
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 diff --git a/templates/.VERSION b/templates/.VERSION index 3cf8dcf7..c3a3965d 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.33.1116
\ No newline at end of file +0.11.33.1119
\ No newline at end of file |