From a27c6f4b751ec99805dc3b43ed2aa3f767c7076d Mon Sep 17 00:00:00 2001 From: Unknwon Date: Mon, 4 Apr 2016 19:48:10 -0400 Subject: [PATCH] #2916 fix sort' field missing on issue pagination link --- README.md | 2 +- gogs.go | 2 +- templates/.VERSION | 2 +- templates/repo/issue/list.tmpl | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 68b7592cf..2a061a725 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true) -##### Current version: 0.9.18 +##### Current version: 0.9.20 | Web | UI | Preview | |:-------------:|:-------:|:-------:| diff --git a/gogs.go b/gogs.go index 99619bb90..0fd3e41c9 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()) diff --git a/templates/.VERSION b/templates/.VERSION index 47e7831c4..95c3f2581 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.18.0327 \ No newline at end of file +0.9.20.0404 \ No newline at end of file diff --git a/templates/repo/issue/list.tmpl b/templates/repo/issue/list.tmpl index 2e7de1f7a..694c7b41f 100644 --- a/templates/repo/issue/list.tmpl +++ b/templates/repo/issue/list.tmpl @@ -132,17 +132,17 @@ {{if gt .TotalPages 1}}