1 parent b58cd8f commit 9641466Copy full SHA for 9641466
1 file changed
gh-pet/lib/util.sh
@@ -2,7 +2,7 @@
2
# glyph tiers, ANSI-256 color math, linguist colors, seed derivation, name generator.
3
# Everything here is a pure function of its inputs (plan.md §1).
4
5
-VERSION="1.0.5"
+VERSION="1.0.6"
6
7
die() { printf 'gh-pet: %s\n' "$*" >&2; exit 1; }
8
have() { command -v "$1" >/dev/null 2>&1; }
0 commit comments