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 12f1a73 commit 9050d21Copy full SHA for 9050d21
Makefile
@@ -8,7 +8,7 @@ SHA1 := $$(git log -1 --pretty=%h)
8
CURRENT_BRANCH := $$(git symbolic-ref -q --short HEAD)
9
LATEST_TAG := ${REPO_NAME}:latest
10
GIT_TAG := ${REPO_NAME}:${SHA1}
11
-VERSION := v0.1.10
+VERSION := v0.2.0
12
13
info: ## Show information about the current git state.
14
@echo "Github Project: https://github.com/${REPO_NAME}\nCurrent Branch: ${CURRENT_BRANCH}\nSHA1: ${SHA1}\n"
cloudendure/__version__.py
@@ -1 +1 @@
1
-__version__ = "0.1.10"
+__version__ = "0.2.0"
0 commit comments