From 13bd16af92e809766c5ae5e6193690194c3c5bc1 Mon Sep 17 00:00:00 2001 From: Unknwon <u@gogs.io> Date: Sun, 6 Mar 2016 13:24:42 -0500 Subject: Minor fixes for #2766 --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index d6b119d2..114d90d1 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.8.59.0305" +const APP_VER = "0.8.60.0306" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3