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 2018/01/15 02:33:31 UTC

incubator-toree git commit: Fix typo with current development version

Repository: incubator-toree
Updated Branches:
  refs/heads/master d4ede229c -> 42be8a025


Fix typo with current development version


Project: http://git-wip-us.apache.org/repos/asf/incubator-toree/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-toree/commit/42be8a02
Tree: http://git-wip-us.apache.org/repos/asf/incubator-toree/tree/42be8a02
Diff: http://git-wip-us.apache.org/repos/asf/incubator-toree/diff/42be8a02

Branch: refs/heads/master
Commit: 42be8a025134c39cabbc376718b0a31e191ddcda
Parents: d4ede22
Author: Luciano Resende <lr...@apache.org>
Authored: Sun Jan 14 18:33:27 2018 -0800
Committer: Luciano Resende <lr...@apache.org>
Committed: Sun Jan 14 18:33:27 2018 -0800

----------------------------------------------------------------------
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-toree/blob/42be8a02/Makefile
----------------------------------------------------------------------
diff --git a/Makefile b/Makefile
index f28e111..f60b0b4 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-dev
+BASE_VERSION?=0.3.0-dev1
 VERSION=$(BASE_VERSION)-incubating
 COMMIT=$(shell git rev-parse --short=12 --verify HEAD)
 ifeq (, $(findstring dev, $(VERSION)))