summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-25 23:37:21 +0300
committerPaul Buetow <paul@buetow.org>2026-06-25 23:37:21 +0300
commitbde6e6d0f5910477c2d47f1bc3a28b39b6c7f3da (patch)
treeebf99d83c4110f5b94f2324820dfe6d8871a3677 /Justfile
parenta3a14a667c1b2123793d3769efe46117a7482e12 (diff)
release 0.12.10.12.1
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 df61612..738aad2 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "shuriken"
-VERSION := "0.12.0"
+VERSION := "0.12.1"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")