diff options
author | Unknwon <u@gogs.io> | 2016-08-10 11:01:42 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-10 11:01:42 -0700 |
commit | b85927e488c330aeda261ab9b90cd0f9c41d6b11 (patch) | |
tree | 16cf956bf7b23e981813613c134398fe63e38d01 /gogs.go | |
parent | 87b408a2e516bb992ff6a4c19da27fbdbc95ceb9 (diff) | |
download | gitea-b85927e488c330aeda261ab9b90cd0f9c41d6b11.tar.gz gitea-b85927e488c330aeda261ab9b90cd0f9c41d6b11.zip |
#3091 show Git configs on admin panel
Diffstat (limited to 'gogs.go')
-rw-r--r-- | gogs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.9.71.0808" +const APP_VER = "0.9.71.0809" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |