diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-28 16:56:33 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-28 16:56:33 +0300 |
| commit | 20ef769866f53f81859572e527b35d8518677c7f (patch) | |
| tree | 87b1819b9481d08b8fc5734314476cbda936ac7d /Justfile | |
| parent | 320f9f084ec77b8543e17268ec5e2b3655f50082 (diff) | |
release 0.12.30.12.3
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'Justfile')
| -rw-r--r-- | Justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |
