summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-07-18 20:23:56 +0300
committerPaul Buetow <paul@buetow.org>2026-07-18 20:23:56 +0300
commitc293f903bdbf9bb46f1deb27622e73d0f23fe8e3 (patch)
tree8ace24e8246f655e35555561151207765ad910a7 /Justfile
parenteba54dbce3e8410bc2e9da69e7e4a26251573f87 (diff)
release 0.13.0HEAD0.13.0master
Co-Authored-By: Claude Sonnet 5 <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 90b305e..3ab051e 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.12.4"
+VERSION := "0.13.0"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")