fixing bug in makefile
Change-Id: Ie4fb456d4f90e68812cd08626d33cde37820476f
diff --git a/Makefile b/Makefile
index 91e8e67..2f06b03 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# limitations under the License.
BBSIM_DEPS = $(wildcard ./*.go)
-DOCKERTAG ?= "latest"
+DOCKER_TAG ?= "latest"
REGISTRY ?= ""
## Docker related
@@ -91,7 +91,7 @@
docker-build:
docker build -t ${REGISTRY}voltha/voltha-bbsim:${DOCKERTAG} .
- docker save voltha/voltha-bbsim:${DOCKERTAG} -o voltha-bbsim_${DOCKERTAG}.tgz
+ docker save voltha/voltha-bbsim:${DOCKER_TAG} -o voltha-bbsim_${DOCKERTAG}.tgz
docker-push:
docker push ${DOCKER_IMAGENAME}
diff --git a/VERSION b/VERSION
index 227cea2..340db23 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.0
+2.0.0-dev0