summaryrefslogtreecommitdiffstats
path: root/gogs.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-27 13:37:55 -0700
committerUnknwon <u@gogs.io>2016-08-27 13:37:55 -0700
commitc30b856d147dd895507c8f2334a11ed4baab6c18 (patch)
treeb0212b58f1026ba581f3f9c0ef1a366a5c4706df /gogs.go
parent13c106af7764a0b4757348ab4c82dbf9154ee11c (diff)
downloadgitea-c30b856d147dd895507c8f2334a11ed4baab6c18.tar.gz
gitea-c30b856d147dd895507c8f2334a11ed4baab6c18.zip
#3505 use user’s info for committer and author
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 25a277db97..ead45c36af 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.88.0827"
+const APP_VER = "0.9.89.0827"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())