Unknwon лет назад: 7
Родитель
Сommit
ae88d76032
6 измененных файлов с 6 добавлено и 6 удалено
  1. 1 1
      .gopmfile
  2. 1 1
      README.md
  3. 1 1
      cmd/web.go
  4. 1 1
      glide.lock
  5. 1 1
      gogs.go
  6. 1 1
      templates/.VERSION

+ 1 - 1
.gopmfile

@@ -18,7 +18,7 @@ github.com/go-xorm/core = commit:bc1b7f8
 github.com/go-xorm/xorm = commit:b8b1711
 github.com/go-xorm/xorm = commit:b8b1711
 github.com/gogits/chardet = commit:2404f77
 github.com/gogits/chardet = commit:2404f77
 github.com/gogits/cron = commit:96040e4
 github.com/gogits/cron = commit:96040e4
-github.com/gogits/git-module = commit:db93fa5
+github.com/gogits/git-module = commit:53bcb73
 github.com/gogits/go-gogs-client = commit:ee68cd9
 github.com/gogits/go-gogs-client = commit:ee68cd9
 github.com/issue9/identicon = commit:d36b545
 github.com/issue9/identicon = commit:d36b545
 github.com/jaytaylor/html2text = commit:52d9b78
 github.com/jaytaylor/html2text = commit:52d9b78

+ 1 - 1
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)
 ![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
 
 
-##### Current tip version: 0.9.47 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)
+##### Current tip version: 0.9.48 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)
 
 
 | Web | UI  | Preview  |
 | Web | UI  | Preview  |
 |:-------------:|:-------:|:-------:|
 |:-------------:|:-------:|:-------:|

+ 1 - 1
cmd/web.go

@@ -87,7 +87,7 @@ func checkVersion() {
 		{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 		{"github.com/go-macaron/toolbox", toolbox.Version, "0.1.0"},
 		{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
 		{"gopkg.in/ini.v1", ini.Version, "1.8.4"},
 		{"gopkg.in/macaron.v1", macaron.Version, "1.1.4"},
 		{"gopkg.in/macaron.v1", macaron.Version, "1.1.4"},
-		{"github.com/gogits/git-module", git.Version, "0.3.2"},
+		{"github.com/gogits/git-module", git.Version, "0.3.3"},
 		{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
 		{"github.com/gogits/go-gogs-client", gogs.Version, "0.7.4"},
 	}
 	}
 	for _, c := range checkers {
 	for _, c := range checkers {

+ 1 - 1
glide.lock

@@ -41,7 +41,7 @@ imports:
 - name: github.com/gogits/cron
 - name: github.com/gogits/cron
   version: 96040e4fab17baa0391ce571694e4ccb5fce5dac
   version: 96040e4fab17baa0391ce571694e4ccb5fce5dac
 - name: github.com/gogits/git-module
 - name: github.com/gogits/git-module
-  version: db93fa550116997bbe0b62baa653b8e6f4135258
+  version: 53bcb7352ff838610c537c9b589ca79bca92c661
 - name: github.com/gogits/go-gogs-client
 - name: github.com/gogits/go-gogs-client
   version: ee68cd9eefff11615f336e9965762f6736eeecc8
   version: ee68cd9eefff11615f336e9965762f6736eeecc8
 - name: github.com/issue9/identicon
 - name: github.com/issue9/identicon

+ 1 - 1
gogs.go

@@ -17,7 +17,7 @@ import (
 	"github.com/gogits/gogs/modules/setting"
 	"github.com/gogits/gogs/modules/setting"
 )
 )
 
 
-const APP_VER = "0.9.47.0721"
+const APP_VER = "0.9.48.0722"
 
 
 func init() {
 func init() {
 	runtime.GOMAXPROCS(runtime.NumCPU())
 	runtime.GOMAXPROCS(runtime.NumCPU())

+ 1 - 1
templates/.VERSION

@@ -1 +1 @@
-0.9.47.0721
+0.9.48.0722