diff options
author | Unknwon <u@gogs.io> | 2016-07-12 06:20:09 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-12 06:20:09 +0800 |
commit | de10387f41c02aef2d97ca5f247a422f18e6fb38 (patch) | |
tree | ceb3ec72d1b69f57a0eb4acf52d25664030089fc | |
parent | 1faaaeb3d9af6e2ddc01363da61faf890165c662 (diff) | |
download | gitea-de10387f41c02aef2d97ca5f247a422f18e6fb38.tar.gz gitea-de10387f41c02aef2d97ca5f247a422f18e6fb38.zip |
#2586 bump git-module requirement
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | cmd/web.go | 2 | ||||
-rw-r--r-- | glide.lock | 2 | ||||
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
5 files changed, 5 insertions, 5 deletions
@@ -3,7 +3,7 @@ Gogs - Go Git Service [ -##### Current tip version: 0.9.41 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions) +##### Current tip version: 0.9.42 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions) | Web | UI | Preview | |:-------------:|:-------:|:-------:| diff --git a/cmd/web.go b/cmd/web.go index 3b50580477..24e99f6a35 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.1"}, + {"github.com/gogits/git-module", git.Version, "0.3.2"}, {"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"}, } for _, c := range checkers { diff --git a/glide.lock b/glide.lock index 2772be7722..15d4ca3471 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: 7da4f5e717e3a0311c2f510ef58318f47e93fa63 + version: db93fa550116997bbe0b62baa653b8e6f4135258 - name: github.com/gogits/go-gogs-client version: 872cf281aac97429da02b6cdea942c9388eb65fb - name: github.com/issue9/identicon @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.41.0711" +const APP_VER = "0.9.42.0712" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/.VERSION b/templates/.VERSION index 41b0852e4b..d056cf2e86 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.41.0711
\ No newline at end of file +0.9.42.0712
\ No newline at end of file |