diff options
author | Unknwon <u@gogs.io> | 2015-12-27 17:02:36 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-27 17:02:36 -0500 |
commit | 44637f03ccef3f005da41da5d1880df80cceebb2 (patch) | |
tree | 7cc21d72a5a08e0694d0c5571b378c63498fa39c /gogs.go | |
parent | 240fe07287564be8c31e412b68350060b4c049d4 (diff) | |
download | gitea-44637f03ccef3f005da41da5d1880df80cceebb2.tar.gz gitea-44637f03ccef3f005da41da5d1880df80cceebb2.zip |
#2282 fast detection of utf-8
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.8.13.1225" +const APP_VER = "0.8.13.1227" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |