aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
2 files changed, 2 insertions, 2 deletions
diff --git a/gogs.go b/gogs.go
index 4f57e82c..af8e007d 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 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