diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-24 21:57:06 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-24 21:57:06 +0300 |
| commit | 3377635c88a6a2f6631a4c416c32f0d57ec05ccd (patch) | |
| tree | 32adc690a2e568e67b0b255c9de9fef86774246d /bin/shuriken | |
| parent | f0154c2df57aae016f720122c8208fc4a1082495 (diff) | |
release 0.11.40.11.4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'bin/shuriken')
| -rwxr-xr-x | bin/shuriken | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/shuriken b/bin/shuriken index 2f898f3..da1da0b 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.11.3' +declare -r VERSION='0.11.4' 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' |
