diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-25 23:37:21 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-25 23:37:21 +0300 |
| commit | bde6e6d0f5910477c2d47f1bc3a28b39b6c7f3da (patch) | |
| tree | ebf99d83c4110f5b94f2324820dfe6d8871a3677 /bin | |
| parent | a3a14a667c1b2123793d3769efe46117a7482e12 (diff) | |
release 0.12.10.12.1
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/shuriken | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/shuriken b/bin/shuriken index 342ad9e..b5d8839 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.12.0' +declare -r VERSION='0.12.1' declare -r DEFAULTRC="${SHURIKEN_DEFAULT_RC:-/etc/default/shuriken}" declare -r PACKAGED_TEMPLATE_DIR='/usr/share/shuriken/templates/default' declare -r PACKAGED_ASSET_DIR='/usr/share/shuriken/assets' |
