diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-09 11:04:17 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-09 11:04:17 -0500 |
commit | 7d3932b9cd1c66f9da577aa666f593d15e4ced99 (patch) | |
tree | 84343017874c6acac102876df980fa7ec5484aad /gogs.go | |
parent | b61ef40406b043812664a63ba74f32eea60a74d2 (diff) | |
download | gitea-7d3932b9cd1c66f9da577aa666f593d15e4ced99.tar.gz gitea-7d3932b9cd1c66f9da577aa666f593d15e4ced99.zip |
templates/ng/base: change year to 2015, fix #928
- conf/locale: update Japanese locale
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.13.0208 Beta" +const APP_VER = "0.5.13.0209 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |