diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-28 21:44:00 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-28 21:44:00 +0300 |
| commit | a7588bf270ef2c2f6dd2893d0129e526cbf8d89c (patch) | |
| tree | 69e2cb82b3457ab2d84f9546a113b06b68a931ab /bin | |
| parent | cc006451b682f6d2c1836db16bc324dfa115cabc (diff) | |
release 0.12.40.12.4
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 1d881ee..4e23419 100755 --- a/bin/shuriken +++ b/bin/shuriken @@ -10,7 +10,7 @@ if (( BASH_VERSINFO[0] < 5 \ exit 1 fi -declare -r VERSION='0.12.3' +declare -r VERSION='0.12.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' |
