From 8bb74397a084e4accb815a2d4b69ba1a8e3f7ed6 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 5 Jun 2026 23:50:40 +0300 Subject: Bump version to 0.7.0 --- Justfile | 2 +- bin/photoalbum | 2 +- 2 files changed, 2 insertions(+), 2 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") diff --git a/bin/photoalbum b/bin/photoalbum index 6566c69..2925f22 100755 --- a/bin/photoalbum +++ b/bin/photoalbum @@ -4,7 +4,7 @@ set -euo pipefail # photoalbum (c) 2011 - 2014, 2022 by Paul Buetow # https://codeberg.org/snonux/photoalbum -declare -r VERSION='0.6.0' +declare -r VERSION='0.7.0' declare -r DEFAULTRC="${PHOTOALBUM_DEFAULT_RC:-/etc/default/photoalbum}" declare -r PACKAGED_TEMPLATE_DIR='/usr/share/photoalbum/templates/default' DEFAULT_TEMPLATE_DIR="${PHOTOALBUM_DEFAULT_TEMPLATE_DIR:-$PACKAGED_TEMPLATE_DIR}" -- cgit v1.2.3