From a27c6f4b751ec99805dc3b43ed2aa3f767c7076d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 4 Apr 2016 19:48:10 -0400 Subject: #2916 fix sort' field missing on issue pagination link --- gogs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gogs.go') diff --git a/gogs.go b/gogs.go index 99619bb904..0fd3e41c94 100644 --- a/gogs.go +++ b/gogs.go @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.18.0327" +const APP_VER = "0.9.20.0404" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) -- cgit v1.2.3