summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-06-30 02:21:23 +0800
committerUnknwon <u@gogs.io>2016-06-30 02:21:23 +0800
commit7938506e07e17c013e5246f20eeaafb76982c8e6 (patch)
tree2205d4785fc1e70aa6648872c09384934247c42c
parent6f7276278ddeaeb9bdc065f4987d7defe0f6697a (diff)
downloadgitea-7938506e07e17c013e5246f20eeaafb76982c8e6.tar.gz
gitea-7938506e07e17c013e5246f20eeaafb76982c8e6.zip
#518 update git-module require version
-rw-r--r--README.md2
-rw-r--r--cmd/web.go2
-rw-r--r--glide.lock2
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
5 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 456f339aa4..7acedf1ae8 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.32
+##### Current version: 0.9.33
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
diff --git a/cmd/web.go b/cmd/web.go
index d7329538c3..25540a3168 100644
--- a/cmd/web.go
+++ b/cmd/web.go
@@ -87,7 +87,7 @@ func checkVersion() {
{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
{"gopkg.in/macaron.v1", macaron.Version, "1.1.2"},
- {"github.com/gogits/git-module", git.Version, "0.3.0"},
+ {"github.com/gogits/git-module", git.Version, "0.3.1"},
{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
}
for _, c := range checkers {
diff --git a/glide.lock b/glide.lock
index bdbfc3fd88..ae9fb38d72 100644
--- a/glide.lock
+++ b/glide.lock
@@ -41,7 +41,7 @@ imports:
- name: github.com/gogits/cron
version: 96040e4fab17baa0391ce571694e4ccb5fce5dac
- name: github.com/gogits/git-module
- version: 1dad9765c0adf04fe1eabadfb1a9189157dc50af
+ version: 7da4f5e717e3a0311c2f510ef58318f47e93fa63
- name: github.com/gogits/go-gogs-client
version: 01270dfe22e92d99ce9402fedba4530ad8810100
- name: github.com/issue9/identicon
diff --git a/gogs.go b/gogs.go
index 6cf204421e..81575494e3 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.32.0629"
+const APP_VER = "0.9.33.0630"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/templates/.VERSION b/templates/.VERSION
index d6a617facb..c1c7034fdf 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.9.32.0629 \ No newline at end of file
+0.9.33.0630 \ No newline at end of file