Browse Source

#2586 bump git-module requirement

tags/v1.2.0-rc1
Unknwon 9 years ago
parent
commit
c7bbd3048f
5 changed files with 5 additions and 5 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      cmd/web.go
  3. +1
    -1
      glide.lock
  4. +1
    -1
      gogs.go
  5. +1
    -1
      templates/.VERSION

+ 1
- 1
README.md View File

@@ -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 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 |
|:-------------:|:-------:|:-------:|


+ 1
- 1
cmd/web.go View File

@@ -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 {


+ 1
- 1
glide.lock View File

@@ -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


+ 1
- 1
gogs.go View File

@@ -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())


+ 1
- 1
templates/.VERSION View File

@@ -1 +1 @@
0.9.41.0711
0.9.42.0712

Loading…
Cancel
Save