summaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-05 23:50:40 +0300
committerPaul Buetow <paul@buetow.org>2026-06-05 23:50:40 +0300
commit8bb74397a084e4accb815a2d4b69ba1a8e3f7ed6 (patch)
tree47931d8f8f53d1436b07ecfd57a3a09900cf3a3c /Justfile
parentcc0c1be7fb9587978e34f9c7aaa1d7e8f74dcab5 (diff)
Bump version to 0.7.00.7.0
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Justfile b/Justfile
index 19db28e..1f8f690 100644
--- a/Justfile
+++ b/Justfile
@@ -1,7 +1,7 @@
set shell := ["bash", "-euo", "pipefail", "-c"]
NAME := "photoalbum"
-VERSION := "0.6.0"
+VERSION := "0.7.0"
DESTDIR := env_var_or_default("DESTDIR", "")
PREFIX := env_var_or_default("PREFIX", "/usr")
BINDIR := env_var_or_default("BINDIR", PREFIX + "/bin")