summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-07-16 00:37:21 +0800
committerUnknwon <u@gogs.io>2016-07-16 00:37:21 +0800
commitfff615d5fc257c812f197a801578f32c177fbef9 (patch)
tree08322054512d0e5462c90885200c1298f0d9b392
parentf1b8d52eb3ac230ed5a275f4a844ddb0cf48041e (diff)
downloadgitea-fff615d5fc257c812f197a801578f32c177fbef9.tar.gz
gitea-fff615d5fc257c812f197a801578f32c177fbef9.zip
Bump version
-rw-r--r--README.md2
-rw-r--r--gogs.go2
-rw-r--r--templates/.VERSION2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 2f9c25d8ca..7329023f27 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Gogs - Go Git Service [![Build Status](https://travis-ci.org/gogits/gogs.svg?bra
![](https://github.com/gogits/gogs/blob/master/public/img/gogs-large-resize.png?raw=true)
-##### Current tip version: 0.9.43 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)
+##### Current tip version: 0.9.44 (see [Releases](https://github.com/gogits/gogs/releases) for binary versions)
| Web | UI | Preview |
|:-------------:|:-------:|:-------:|
diff --git a/gogs.go b/gogs.go
index b44a6c2895..fc6775e586 100644
--- a/gogs.go
+++ b/gogs.go
@@ -17,7 +17,7 @@ import (
"github.com/gogits/gogs/modules/setting"
)
-const APP_VER = "0.9.43.0715"
+const APP_VER = "0.9.44.0716"
func init() {
runtime.GOMAXPROCS(runtime.NumCPU())
diff --git a/templates/.VERSION b/templates/.VERSION
index 3cadfff87f..7286b3035a 100644
--- a/templates/.VERSION
+++ b/templates/.VERSION
@@ -1 +1 @@
-0.9.43.0715 \ No newline at end of file
+0.9.44.0716 \ No newline at end of file