From 9d40b8a83cc3a13ec0859ad253de02c514e4403d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Tue, 28 Feb 2017 05:45:50 -0500 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 603fa2a22..2963e3f0e 100644 --- a/gogs.go +++ b/gogs.go @@ -16,7 +16,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.10.0.0227" +const APP_VER = "0.10.1.0228" func init() { setting.AppVer = APP_VER diff --git a/templates/.VERSION b/templates/.VERSION index ce0430132..e1c130c69 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.10.0.0227 \ No newline at end of file +0.10.1.0228 \ No newline at end of file