aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-02-28 06:22:28 -0500
committerUnknwon <u@gogs.io>2017-02-28 06:22:28 -0500
commitfd667ca1d8838bee4e1baf38b6bd2d333bd4d668 (patch)
tree978b9baec9d92c5c2b5b93108adc04ec9a9e629d
parentb0169ba0648c67f565b17b3dfbb1072ef6e0347e (diff)
parent9d40b8a83cc3a13ec0859ad253de02c514e4403d (diff)
Merge branch 'master' of github.com:gogits/gogs into develop
-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 830c4c0b..82edbdc7 100644
--- a/gogs.go
+++ b/gogs.go
@@ -16,7 +16,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.10.0.0227"
+const APP_VER = "0.10.1.0228"
func init() {
setting.AppVer = APP_VER
diff --git a/templates/.VERSION b/templates/.VERSION
index ce043013..e1c130c6 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.10.0.0227 \ No newline at end of file
+0.10.1.0228 \ No newline at end of file