diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-12 12:38:44 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-12 12:38:44 -0500 |
commit | 67a9416ae55ea765e3f405e00d89b0b8f3899330 (patch) | |
tree | db88d32b6fec764172100cd6f73ca5a264a536e3 /gogs.go | |
parent | 0af74b36add865445ed1d6cd649910d8bb82fe5e (diff) |
templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884
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.5.13.0211 Beta" +const APP_VER = "0.5.13.0212 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |