diff options
author | Unknwon <u@gogs.io> | 2015-02-21 22:13:47 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-02-21 22:13:47 -0500 |
commit | 1654e9ecab3923b7fe5d528fc86c1a549546bd29 (patch) | |
tree | 181f3b578e7ec2dddd407f5d8cc74b9078d21dd8 /gogs.go | |
parent | 065f8d1f561d0529a9e9d155e1aba1255f3d1168 (diff) | |
download | gitea-1654e9ecab3923b7fe5d528fc86c1a549546bd29.tar.gz gitea-1654e9ecab3923b7fe5d528fc86c1a549546bd29.zip |
templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French 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.0214 Beta" +const APP_VER = "0.5.14.0221 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |