We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d63b55d commit afd31f6Copy full SHA for afd31f6
Makefile
@@ -3,7 +3,7 @@ MAINTAINER = plotly
3
REPOSITORY = dds-client
4
HARDWARE = $(shell uname -m)
5
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
6
-BASE_VERSION ?= 0.7.0
+BASE_VERSION ?= 0.1.0
7
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
8
9
ifeq ($(CIRCLE_BRANCH),release)
0 commit comments