diff options
author | Unknwon <u@gogs.io> | 2016-09-01 00:35:04 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-09-01 00:35:04 -0400 |
commit | 8ee14db51ebc92728e1edba4545c7d4ea4b21c65 (patch) | |
tree | af6f94a024e1bbe1ed59b40b50c48b9d8e8aaff4 /gogs.go | |
parent | 5d35578811f68629bfd28d28d19310d3820b8b79 (diff) | |
download | gitea-8ee14db51ebc92728e1edba4545c7d4ea4b21c65.tar.gz gitea-8ee14db51ebc92728e1edba4545c7d4ea4b21c65.zip |
Update locales
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.97.0831" +const APP_VER = "0.9.97.0901" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |