Skip to content

Commit 9641466

Browse files
author
“William
committed
gitagotchi 1.0.6
1 parent b58cd8f commit 9641466

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gh-pet/lib/util.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# glyph tiers, ANSI-256 color math, linguist colors, seed derivation, name generator.
33
# Everything here is a pure function of its inputs (plan.md §1).
44

5-
VERSION="1.0.5"
5+
VERSION="1.0.6"
66

77
die() { printf 'gh-pet: %s\n' "$*" >&2; exit 1; }
88
have() { command -v "$1" >/dev/null 2>&1; }

0 commit comments

Comments
 (0)