diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-08-23 20:30:29 +0800 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-08-23 20:30:29 +0800 |
commit | b765229a6d2e086872443e333823156a3884d9b1 (patch) | |
tree | a7bda6441ae24ebd5082a46c63cc527c02b98518 /gogs.go | |
parent | e0a2d23baf5b51041a19773909d1cb2aa209eac6 (diff) | |
download | gitea-b765229a6d2e086872443e333823156a3884d9b1.tar.gz gitea-b765229a6d2e086872443e333823156a3884d9b1.zip |
Fix code style
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.4.7.0816 Alpha" +const APP_VER = "0.4.7.0823 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |