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 5754373 commit bfe67d2Copy full SHA for bfe67d2
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.2.0
+BASE_VERSION ?= 0.3.0
7
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
8
9
ifeq ($(CIRCLE_BRANCH),release)
0 commit comments