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