summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-24 21:57:06 +0300
committerPaul Buetow <paul@buetow.org>2026-06-24 21:57:06 +0300
commit3377635c88a6a2f6631a4c416c32f0d57ec05ccd (patch)
tree32adc690a2e568e67b0b255c9de9fef86774246d /Justfile
parentf0154c2df57aae016f720122c8208fc4a1082495 (diff)
release 0.11.40.11.4
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Justfile b/Justfile
index 0acf661..d7f1c79 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.11.3"
+VERSION := "0.11.4"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")