diff options
author | Unknwon <joe2010xtmf@163.com> | 2015-02-06 19:15:58 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2015-02-06 19:15:58 -0500 |
commit | 066989722626deb9e0de1ea0cbe158aa387d8d26 (patch) | |
tree | d37d897c11298c6134d4e430542e9a76c135a9b3 /gogs.go | |
parent | ddddad9792d203c3ac3e6406aac0bf38235018dd (diff) | |
download | gitea-066989722626deb9e0de1ea0cbe158aa387d8d26.tar.gz gitea-066989722626deb9e0de1ea0cbe158aa387d8d26.zip |
modules/base: fix markdown mention regex for #826
- conf/locale: add mew translator profile
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.12.0204 Beta" +const APP_VER = "0.5.12.0206 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |