From 4d1d66d906321e5bdcc6b22a8fe054bd95723f36 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sun, 15 Oct 2017 00:12:52 -0400 Subject: [PATCH] Bump version --- gogs.go | 2 +- templates/.VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gogs.go b/gogs.go index 75e43da73..0880650d7 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.29.0727" +const APP_VER = "0.11.30.1014" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index b95cfa9df..382fe183b 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.29.0727 \ No newline at end of file +0.11.30.1014 \ No newline at end of file