aboutsummaryrefslogtreecommitdiff
path: root/gogs.go
diff options
context:
space:
mode:
authorAlec S <linuxbash8@gmail.com>2016-03-09 22:56:52 -0600
committerAlec S <linuxbash8@gmail.com>2016-03-09 22:56:52 -0600
commitaf847ef94e02dd120246fa1e8d7f7ab999f0cc90 (patch)
tree82f85bc5c3a7b8fee5b6cdf1f37336c10e73aa24 /gogs.go
parentbfed3ea7d3e0ea07fefa90e60514994beae0cb75 (diff)
parentb44e4d7cb08bb88e2f206101a162662ead29836a (diff)
Merge branch 'develop' of github.com:gogits/gogs into develop
Diffstat (limited to 'gogs.go')
-rw-r--r--gogs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gogs.go b/gogs.go
index 77fa1a97..933d9230 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.2.0309"
+const APP_VER = "0.9.3.0309"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())