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 3825a6c260251f2a9f3684d4d88a328709430406 Author: Luciano Resende <[email protected]> AuthorDate: Sun Aug 23 10:51:13 2020 -0700 Prepare release 0.5.0-incubating --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b57ceae..672aa36 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ dev-binder \ audit audit-licenses -BASE_VERSION?=0.5.0.dev1 +BASE_VERSION?=0.5.0 VERSION=$(BASE_VERSION)-incubating COMMIT=$(shell git rev-parse --short=12 --verify HEAD) ifeq (, $(findstring dev, $(VERSION)))
