summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
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")