diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-12-13 20:32:30 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-12-13 20:32:30 -0500 |
commit | c9e0b3b98700e65d2f304e028b7ba4c073209f45 (patch) | |
tree | 156fc6ed87bd463255b094af5e7ed94ff73d7b11 | |
parent | 28766479a74dc47756682816d6088abcd8ec2466 (diff) |
prepare for 0.5.9
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ import ( "github.com/gogits/gogs/modules/setting" ) -const APP_VER = "0.5.8.1213 Beta" +const APP_VER = "0.5.9.1213 Beta" func init() { runtime.GOMAXPROCS(runtime.NumCPU()) diff --git a/templates/.VERSION b/templates/.VERSION index 6c8af629..05142fea 100644 --- a/templates/.VERSION +++ b/templates/.VERSION @@ -1 +1 @@ -0.5.8.1213 Beta
\ No newline at end of file +0.5.9.1213 Beta
\ No newline at end of file |