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 2020/08/23 17:51:19 UTC

[incubator-toree] 02/02: Prepare for next development interaction 0.6.0.dev1

This is an automated email from the ASF dual-hosted git repository.

lresende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-toree.git

commit fb61d8064728b4a6ef167a358451132b6cec2b22
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sun Aug 23 10:51:13 2020 -0700

    Prepare for next development interaction 0.6.0.dev1
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 672aa36..4cd7a27 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
      dev-binder \
      audit audit-licenses
 
-BASE_VERSION?=0.5.0
+BASE_VERSION?=0.6.0.dev1
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))