diff options
author | Unknwon <u@gogs.io> | 2015-09-05 19:58:44 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-05 19:58:44 -0400 |
commit | 705224353b10ea4166ca3dde2ed0044357aae78b (patch) | |
tree | 44410a76d69f7d520197e5c78c0c850a8ac2cef7 /gogs.go | |
parent | 119dec51f2ed764d004d32a5fc3006870d81291f (diff) | |
download | gitea-705224353b10ea4166ca3dde2ed0044357aae78b.tar.gz gitea-705224353b10ea4166ca3dde2ed0044357aae78b.zip |
minor fix
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.6.9.0903 Beta" +const APP_VER = "0.6.9.0905 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |