diff options
author | Unknwon <u@gogs.io> | 2016-07-22 21:52:39 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-22 21:52:39 +0800 |
commit | ae88d76032e0581abfd09f5965599444964bc01d (patch) | |
tree | f73ac873cb1f444f003e92aee29af3da7c3028c7 | |
parent | 9266f28822ae2d4ceaf9a6394c7e69f92da8a89d (diff) | |
download | gitea-ae88d76032e0581abfd09f5965599444964bc01d.tar.gz gitea-ae88d76032e0581abfd09f5965599444964bc01d.zip |
Bump version
-rw-r--r-- | .gopmfile | 2 | ||||
-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 |
6 files changed, 6 insertions, 6 deletions
@@ -18,7 +18,7 @@ github.com/go-xorm/core = commit:bc1b7f8 github.com/go-xorm/xorm = commit:b8b1711 github.com/gogits/chardet = commit:2404f77 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/issue9/identicon = commit:d36b545 github.com/jaytaylor/html2text = commit:52d9b78 @@ -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.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 | |:-------------:|:-------:|:-------:| diff --git a/cmd/web.go b/cmd/web.go index 0f54bf8057..5dad8627b4 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.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"}, } for _, c := range checkers { diff --git a/glide.lock b/glide.lock index 3bdb0bb765..598f831b2e 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: db93fa550116997bbe0b62baa653b8e6f4135258 + version: 53bcb7352ff838610c537c9b589ca79bca92c661 - name: github.com/gogits/go-gogs-client version: ee68cd9eefff11615f336e9965762f6736eeecc8 - name: github.com/issue9/identicon @@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.47.0721" +const APP_VER = "0.9.48.0722" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/.VERSION b/templates/.VERSION index f100703355..545d7828fc 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.9.47.0721
\ No newline at end of file +0.9.48.0722
\ No newline at end of file |