Skip to content

Commit afd31f6

Browse files
committed
Release 0.1.0
1 parent d63b55d commit afd31f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER = plotly
33
REPOSITORY = dds-client
44
HARDWARE = $(shell uname -m)
55
SYSTEM_NAME = $(shell uname -s | tr '[:upper:]' '[:lower:]')
6-
BASE_VERSION ?= 0.7.0
6+
BASE_VERSION ?= 0.1.0
77
IMAGE_NAME ?= $(MAINTAINER)/$(REPOSITORY)
88

99
ifeq ($(CIRCLE_BRANCH),release)

0 commit comments

Comments
 (0)