summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-25 17:44:55 +0300
committerPaul Buetow <paul@buetow.org>2026-06-25 17:44:55 +0300
commit131ef226bbffac1007672dfbd477917e92f1fe78 (patch)
tree0c27ab641775e146cb7eacee6c0e662904aa0813 /Justfile
parentbef8a7af35174ebb065f240aacf3c51ccf50d460 (diff)
release 0.12.00.12.0
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 f68fe5e..df61612 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.11.4"
+VERSION := "0.12.0"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")