diff options
author | Unknwon <u@gogs.io> | 2015-09-17 15:45:36 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-09-17 15:45:36 -0400 |
commit | 562e47f31ced80adc6ffa629e2d8459465c369e9 (patch) | |
tree | 3f199d41d4bfebddd8235a46c6c5221dd099c77f /gogs.go | |
parent | 9d36fc698627f290f01cd3cc5a7f4eaec7a669fd (diff) | |
download | gitea-562e47f31ced80adc6ffa629e2d8459465c369e9.tar.gz gitea-562e47f31ced80adc6ffa629e2d8459465c369e9.zip |
finish all new template for current ones
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.6.12.0916 Beta" +const APP_VER = "0.6.13.0917 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) |