diff options
author | Unknwon <u@gogs.io> | 2016-07-26 10:47:25 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-26 10:47:25 +0800 |
commit | 4d8b9055412abc3f135aa2fb4370f2d8c8246dbf (patch) | |
tree | 9ce7929e801118c47af8987f570dffcc185b236c /gogs.go | |
parent | 452aefd02511a7397a26105288f06a709ae372d2 (diff) | |
download | gitea-4d8b9055412abc3f135aa2fb4370f2d8c8246dbf.tar.gz gitea-4d8b9055412abc3f135aa2fb4370f2d8c8246dbf.zip |
models/ssh_key: code cleaning
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.55.0726" +const APP_VER = "0.9.56.0726" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |