From cb47595f13a4671280f09c1e07b651559ae4f261 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Thu, 12 Apr 2018 10:57:43 -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 472c2e53b..894bfa0ec 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/pkg/setting" ) -const APP_VER = "0.11.44.0409" +const APP_VER = "0.11.45.0412" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index dc0b0c9d9..f190d629f 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.11.44.0409 \ No newline at end of file +0.11.45.0412 \ No newline at end of file