diff options
author | Unknwon <u@gogs.io> | 2016-05-11 12:00:47 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-05-11 12:00:47 -0400 |
commit | fbf43c31e552abaf5b71a59a28881438f1194745 (patch) | |
tree | 43c782463f7251af2d898825cd1611a7ffa519a5 /gogs.go | |
parent | 3c0c7a9f83effc7415a500309c6a27648bfb7005 (diff) | |
download | gitea-fbf43c31e552abaf5b71a59a28881438f1194745.tar.gz gitea-fbf43c31e552abaf5b71a59a28881438f1194745.zip |
Add Czech support
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.25.0506" +const APP_VER = "0.9.26.0511" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |