From b752fe680811119954ccef051e6f3b3e2a04c2e8 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 19 Nov 2017 13:29:06 -0500 Subject: [PATCH] MISC: bump version --- Makefile | 2 +- gogs.go | 2 +- templates/.VERSION | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 74eb69ca1..90c85d360 100644 --- a/Makefile +++ b/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 diff --git a/gogs.go b/gogs.go index 318ac15ae..01dda5c7c 100644 --- a/gogs.go +++ b/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 diff --git a/templates/.VERSION b/templates/.VERSION index 3cf8dcf74..c3a3965d7 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