summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-28 21:44:00 +0300
committerPaul Buetow <paul@buetow.org>2026-06-28 21:44:00 +0300
commita7588bf270ef2c2f6dd2893d0129e526cbf8d89c (patch)
tree69e2cb82b3457ab2d84f9546a113b06b68a931ab /Justfile
parentcc006451b682f6d2c1836db16bc324dfa115cabc (diff)
release 0.12.40.12.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 dd10324..90b305e 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.12.3"
+VERSION := "0.12.4"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")