Skip to content

Commit 1b10b0c

Browse files
committed
change the default versions to be clearly placeholders
Signed-off-by: Kevin <[email protected]>
1 parent 95a9935 commit 1b10b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# best if we could detect this. If we cannot, we need to document it somewhere.
77
# then we can add a patch in the `PHONY: bundle`
88

9-
PREVIOUS_VERSION ?= 0.0.3
10-
VERSION ?= 0.0.4
9+
PREVIOUS_VERSION ?= 0.0.0-dev
10+
VERSION ?= 0.0.0-dev
1111

1212
# INSTASCALE_VERSION defines the default version of the InstaScale controller
1313
INSTASCALE_VERSION ?= v0.0.4

0 commit comments

Comments
 (0)