summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--gogs.go2
-rw-r--r--routers/user/home.go2
-rw-r--r--templates/.VERSION2
4 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 57366b0b9b..3b87211743 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.9
+##### Current version: 0.8.10
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
diff --git a/gogs.go b/gogs.go
index ca660508a6..d87a9f9d10 100644
--- a/gogs.go
+++ b/gogs.go
@@ -18,7 +18,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.8.9.1217"
+const APP_VER = "0.8.10.1217"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/routers/user/home.go b/routers/user/home.go
index cd1d0fac5c..bf97c92398 100644
--- a/routers/user/home.go
+++ b/routers/user/home.go
@@ -132,7 +132,7 @@ func Dashboard(ctx *middleware.Context) {
ctx.Data["MirrorCount"] = len(mirrors)
ctx.Data["Mirrors"] = mirrors
- retrieveFeeds(ctx, ctx.User.Id, 0, false)
+ retrieveFeeds(ctx, ctxUser.Id, 0, false)
if ctx.Written() {
return
}
diff --git a/templates/.VERSION b/templates/.VERSION
index d042bc8d87..09f9acef26 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.8.9.1217 \ No newline at end of file
+0.8.10.1217 \ No newline at end of file