bump to 0.8.1-SNAPSHOT
Project: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/commit/4bde18ce Tree: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/tree/4bde18ce Diff: http://git-wip-us.apache.org/repos/asf/incubator-gearpump/diff/4bde18ce Branch: refs/heads/master Commit: 4bde18cecdb17b7958f91369e84fdd7b242fb410 Parents: 3da6409 Author: Sean Zhong <[email protected]> Authored: Mon Apr 4 23:36:58 2016 +0800 Committer: manuzhang <[email protected]> Committed: Tue Apr 26 14:26:39 2016 +0800 ---------------------------------------------------------------------- docs/_config.yml | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/4bde18ce/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index 63e90a6..18d959b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -16,7 +16,7 @@ exclude: - build_doc.sh # These allow the documentation to be updated with newer releases of Gearpump -GEARPUMP_VERSION: 0.8.0 +GEARPUMP_VERSION: 0.8.1-SNAPSHOT SCALA_BINARY_VERSION: "2.11" SCALA_VERSION: "2.11.8" GEARPUMP_ISSUE_TRACKER_URL: https://github.com/gearpump/gearpump/issues http://git-wip-us.apache.org/repos/asf/incubator-gearpump/blob/4bde18ce/version.sbt ---------------------------------------------------------------------- diff --git a/version.sbt b/version.sbt index c3945bb..e74ced4 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.8.0" +version in ThisBuild := "0.8.1-SNAPSHOT"
