From c30b856d147dd895507c8f2334a11ed4baab6c18 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 27 Aug 2016 13:37:55 -0700 Subject: #3505 use user’s info for committer and author MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 25a277db97..ead45c36af 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.88.0827" +const APP_VER = "0.9.89.0827" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3