diff options
author | Unknwon <u@gogs.io> | 2017-02-28 05:45:50 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-02-28 05:45:50 -0500 |
commit | 9d40b8a83cc3a13ec0859ad253de02c514e4403d (patch) | |
tree | e862be956a5487c6186f30d26d56b931e2510773 | |
parent | 9ace35ee8b91584194e45e93d52ae54570996820 (diff) |
Bump version
-rw-r--r-- | gogs.go | 2 | ||||
-rw-r--r-- | templates/.VERSION | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |