Change version

main
William Beuil 2021-02-03 22:56:33 +01:00
parent 6e1468414f
commit 3076b7f131
No known key found for this signature in database
GPG Key ID: BED2072C5C2BF537
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -uo pipefail
version="0.0.2"
version="0.1.0"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q dctlenv; then