Repository: incubator-toree Updated Branches: refs/heads/master 0a6f07ef7 -> ba3a0dce7
Prepare for next development interaction 0.4.0.dev1 Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/ba3a0dce Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/ba3a0dce Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/ba3a0dce Branch: refs/heads/master Commit: ba3a0dce7d1209b1123814c06f0f03f825cf237e Parents: 3ff5df3 Author: Luciano Resende <lrese...@apache.org> Authored: Tue Oct 16 09:12:05 2018 -0700 Committer: Luciano Resende <lrese...@apache.org> Committed: Tue Oct 16 09:12:05 2018 -0700 ---------------------------------------------------------------------- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/ba3a0dce/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index c44b01e..dddf927 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.3.0 +BASE_VERSION?=0.4.0.dev1 VERSION=$(BASE_VERSION)-incubating COMMIT=$(shell git rev-parse --short=12 --verify HEAD) ifeq (, $(findstring dev, $(VERSION)))