summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-28 16:56:33 +0300
committerPaul Buetow <paul@buetow.org>2026-06-28 16:56:33 +0300
commit20ef769866f53f81859572e527b35d8518677c7f (patch)
tree87b1819b9481d08b8fc5734314476cbda936ac7d /Justfile
parent320f9f084ec77b8543e17268ec5e2b3655f50082 (diff)
release 0.12.30.12.3
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 20a0b25..dd10324 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.12.2"
+VERSION := "0.12.3"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")