diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-18 20:23:56 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-18 20:23:56 +0300 |
| commit | c293f903bdbf9bb46f1deb27622e73d0f23fe8e3 (patch) | |
| tree | 8ace24e8246f655e35555561151207765ad910a7 /Justfile | |
| parent | eba54dbce3e8410bc2e9da69e7e4a26251573f87 (diff) | |
Co-Authored-By: Claude Sonnet 5 <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.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") |
