diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-25 17:44:55 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-25 17:44:55 +0300 |
| commit | 131ef226bbffac1007672dfbd477917e92f1fe78 (patch) | |
| tree | 0c27ab641775e146cb7eacee6c0e662904aa0813 /Justfile | |
| parent | bef8a7af35174ebb065f240aacf3c51ccf50d460 (diff) | |
release 0.12.00.12.0
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.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") |
