From 451f328a4cd651259bf173f99a37cd0feb866e32 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 13 Oct 2014 03:07:47 -0400 Subject: Fix #457 and fix #557 --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 85a5626cf9..e0ecec251a 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.5.5.1011 Beta" +const APP_VER = "0.5.5.1013 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3