From 8dbc95871d2d524aea74d089dfb9f227baccac47 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Mon, 15 Apr 2024 20:46:05 +0200 Subject: [PATCH] [enh] Avoid double hardcoded version string Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index bf7b965..2359906 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -4,7 +4,7 @@ # COMMON VARIABLES #================================================= -BORG_VERSION=1.2.8 +BORG_VERSION=$(ynh_app_upstream_version) #================================================= # PERSONAL HELPERS