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/07/16 18:59:57 UTC

[incubator-toree] 01/02: Prepare release 0.4.0-incubating

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 b2374e28ce66ae28079703d725b7c0db4d4acccc
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Thu Jul 16 11:59:51 2020 -0700

    Prepare release 0.4.0-incubating
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 79a9c00..aba6b2a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
      dev-binder \
      audit audit-licenses
 
-BASE_VERSION?=0.4.0.dev1
+BASE_VERSION?=0.4.0
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))