summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gogs.go2
-rw-r--r--routers/repo/setting.go2
-rw-r--r--templates/.VERSION2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 007302f6bd..ef080422ea 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.8.13
+##### Current version: 0.8.14
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
diff --git a/gogs.go b/gogs.go
index 2a424d26ce..5323cfa410 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.13.1227"
+const APP_VER = "0.8.14.1230"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/routers/repo/setting.go b/routers/repo/setting.go
index 9e6ae8d412..507984e56d 100644
--- a/routers/repo/setting.go
+++ b/routers/repo/setting.go
@@ -121,7 +121,7 @@ func SettingsPost(ctx *middleware.Context, form auth.RepoSettingForm) {
}
ctx.Flash.Success(ctx.Tr("repo.settings.update_settings_success"))
- ctx.Redirect(ctx.Repo.RepoLink + "/settings")
+ ctx.Redirect(repo.RepoLink() + "/settings")
case "advanced":
repo.EnableWiki = form.EnableWiki
diff --git a/templates/.VERSION b/templates/.VERSION
index cc6aa49acb..b5c863bb9d 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.8.13.1227 \ No newline at end of file
+0.8.14.1230 \ No newline at end of file