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 d42c637 commit 17dad0bCopy full SHA for 17dad0b
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.9
+VERSION := v0.1.10
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.9"
+__version__ = "0.1.10"
0 commit comments