From 6dfee30bf0a6faef3211eb9fd1587c4fd8e87eef Mon Sep 17 00:00:00 2001 From: Unknwon Date: Fri, 25 Sep 2015 20:35:56 -0400 Subject: #1602 Wrong commit order on issue page when pushing multiple commits --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index ca19c2f1..7244c35f 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.6.14.0925 Beta" +const APP_VER = "0.6.15.0925 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3