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 0c35d274aa69e73be3054542fe4e6fda39076bf9 Author: Luciano Resende <[email protected]> AuthorDate: Sun Oct 12 18:58:43 2025 -0700 Prepare for next development interaction 0.6.0.dev0 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2cc0f275..473c791d 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ dev-binder \ audit audit-licenses -BASE_VERSION?=0.6.0 +BASE_VERSION?=0.6.0.dev0 VERSION=$(BASE_VERSION)-incubating COMMIT=$(shell git rev-parse --short=12 --verify HEAD) ifeq (, $(findstring dev, $(VERSION)))
