diff options
author | Unknwon <u@gogs.io> | 2015-02-24 00:27:22 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-02-24 00:27:22 -0500 |
commit | 8896c82d34ec5d86af1eeafb8c55a06f81bd3af1 (patch) | |
tree | 6b71dc1f8b609a957769dd8d5d0af485205fba2b /gogs.go | |
parent | f92bfabf864bf7fae19777a537986fffcef0c873 (diff) | |
download | gitea-8896c82d34ec5d86af1eeafb8c55a06f81bd3af1.tar.gz gitea-8896c82d34ec5d86af1eeafb8c55a06f81bd3af1.zip |
models: fix issue with transfer repository
README: fix typo
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.15.0223 Beta" +const APP_VER = "0.5.15.0224 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |