You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by lr...@apache.org on 2018/01/15 02:22:54 UTC

[3/3] incubator-toree git commit: Prepare for next development iteraction

Prepare for next development iteraction


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

Branch: refs/heads/master
Commit: d4ede229c4c9d931744e0420fbcf761d2dbec4d5
Parents: 7705e14
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Jan 14 18:22:14 2018 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sun Jan 14 18:22:14 2018 -0800

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/d4ede229/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index c1cb7b4..f28e111 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@
 
 .PHONY: help clean clean-dist build dev test system-test test-travis release pip-release bin-release dev-binder .binder-image audit audit-licenses
 
-BASE_VERSION?=0.2.0
+BASE_VERSION?=0.3.0-dev
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))