From 25268577a53bd326b21866c792d7ec390a6e4d94 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 24 Sep 2014 17:43:33 -0400 Subject: Fix download archive issue --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 0821dbc220..6956b9f50a 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.5.4.0923 Beta" +const APP_VER = "0.5.4.0924 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3