diff options
author | Unknwon <u@gogs.io> | 2015-12-08 00:59:14 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-08 00:59:14 -0500 |
commit | 2528c482e9d340945b6e98e7dcde2b4866119631 (patch) | |
tree | c2212d66a3c1b30913055c1bd6aa514c1c4f50f9 /gogs.go | |
parent | b1a53f6d8e4a10a9debe5aff084f0c63c1b708aa (diff) |
#1627 auto login after install if admin is configured
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.7.33.1206 Beta" +const APP_VER = "0.7.34.1208 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |