Bump version 0.1.3

main
William Beuil 2021-03-08 12:09:28 +01:00
parent 9aab0ed515
commit 06f213b303
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.1.2"
version="0.1.3"
git_revision=""
if cd "${BASH_SOURCE%/*}" 2>/dev/null && git remote -v 2>/dev/null | grep -q dctlenv; then