diff options
author | Unknown <joe2010xtmf@163.com> | 2014-06-22 23:11:12 -0400 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-06-22 23:11:12 -0400 |
commit | 314193029a246c2498c6d54c085d57f7589c8dbe (patch) | |
tree | 302cacb210a972d8050dbf1882a89c5ace1e6218 /gogs.go | |
parent | 9c820730918443ca2b498dfa71b3131d73cec526 (diff) | |
download | gitea-314193029a246c2498c6d54c085d57f7589c8dbe.tar.gz gitea-314193029a246c2498c6d54c085d57f7589c8dbe.zip |
Use constants to name template file
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.5.0621 Alpha" +const APP_VER = "0.4.5.0622 Alpha" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |