From: Unknwon Date: Sun, 14 Dec 2014 01:32:30 +0000 (-0500) Subject: prepare for 0.5.9 X-Git-Tag: v0.9.99~1579 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c9e0b3b98700e65d2f304e028b7ba4c073209f45;p=gitea.git prepare for 0.5.9 --- diff --git a/gogs.go b/gogs.go index 4f57e82c31..af8e007d07 100644 --- a/gogs.go +++ b/gogs.go @@ -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 6c8af6290f..05142fea35 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