You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gearpump.apache.org by ma...@apache.org on 2017/07/14 05:27:18 UTC

incubator-gearpump git commit: Bump up version to 0.8.5-SNAPSHOT

Repository: incubator-gearpump
Updated Branches:
  refs/heads/master 0c3ff4edd -> a9755cbec


Bump up version to 0.8.5-SNAPSHOT

Author: manuzhang <ow...@gmail.com>

Closes #193 from manuzhang/bump_up_version.


Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/a9755cbe
Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/a9755cbe
Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/a9755cbe

Branch: refs/heads/master
Commit: a9755cbec0426a3e11504640e87a2970071854a9
Parents: 0c3ff4e
Author: manuzhang <ow...@gmail.com>
Authored: Fri Jul 14 13:26:27 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Fri Jul 14 13:26:57 2017 +0800

----------------------------------------------------------------------
 docs/version.yml | 2 +-
 version.sbt      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/a9755cbe/docs/version.yml
----------------------------------------------------------------------
diff --git a/docs/version.yml b/docs/version.yml
index 20c358f..49ccf57 100644
--- a/docs/version.yml
+++ b/docs/version.yml
@@ -1,5 +1,5 @@
 ---
-GEARPUMP_VERSION: "0.8.4-SNAPSHOT"
+GEARPUMP_VERSION: "0.8.5-SNAPSHOT"
 SCALA_BINARY_VERSION: "2.11"
 SCALA_VERSION: "2.11.8"
 ---

http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/a9755cbe/version.sbt
----------------------------------------------------------------------
diff --git a/version.sbt b/version.sbt
index 51919b1..7372efb 100644
--- a/version.sbt
+++ b/version.sbt
@@ -16,4 +16,4 @@
  * limitations under the License.
  */
 
-version in ThisBuild := "0.8.4-SNAPSHOT"
+version in ThisBuild := "0.8.5-SNAPSHOT"