aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
-rw-r--r--vendor/github.com/gogs/git-module/repo_tag.go2
-rw-r--r--vendor/vendor.json6
4 files changed, 6 insertions, 6 deletions
diff --git a/gogs.go b/gogs.go
index f1c58e2c..756b06a9 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogs/gogs/pkg/setting"
)
-const APP_VER = "0.11.68.0928"
+const APP_VER = "0.11.68.1023"
func init() {
setting.AppVer = APP_VER
diff --git a/templates/.VERSION b/templates/.VERSION
index fb9a1afb..17dd7a7c 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.11.68.0928
+0.11.68.1023
diff --git a/vendor/github.com/gogs/git-module/repo_tag.go b/vendor/github.com/gogs/git-module/repo_tag.go
index 57de8eb3..2bc8986e 100644
--- a/vendor/github.com/gogs/git-module/repo_tag.go
+++ b/vendor/github.com/gogs/git-module/repo_tag.go
@@ -96,7 +96,7 @@ func (repo *Repository) GetTag(name string) (*Tag, error) {
func (repo *Repository) GetTags() ([]string, error) {
cmd := NewCommand("tag", "-l")
if version.Compare(gitVersion, "2.4.9", ">=") {
- cmd.AddArguments("--sort=-v:taggerdate")
+ cmd.AddArguments("--sort=-creatordate")
}
stdout, err := cmd.RunInDir(repo.Path)
diff --git a/vendor/vendor.json b/vendor/vendor.json
index efd35668..784db9fc 100644
--- a/vendor/vendor.json
+++ b/vendor/vendor.json
@@ -213,10 +213,10 @@
"revisionTime": "2017-03-01T03:54:11Z"
},
{
- "checksumSHA1": "Ecc6Aicvu7GZe/cTRgG2TxQtOW4=",
+ "checksumSHA1": "CA3HFURFumAdGV4mY2vv1nGka1o=",
"path": "github.com/gogs/git-module",
- "revision": "e55accd068eac1c9803754a776c22b1aeddc4602",
- "revisionTime": "2018-08-17T15:03:56Z"
+ "revision": "dfc2c1e6d37744c84bf72e4649c87dec93eefffb",
+ "revisionTime": "2018-10-23T10:58:32Z"
},
{
"checksumSHA1": "GaJLoEuMGnP5ofXvuweAI4wx06U=",