1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/borg_ynh.git synced 2024-09-03 18:16:05 +02:00

[enh] Avoid double hardcoded version string

Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com>
This commit is contained in:
ljf (zamentur) 2024-04-15 20:46:05 +02:00 committed by GitHub
parent 49d3fa9481
commit 8dbc95871d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,7 +4,7 @@
# COMMON VARIABLES
#=================================================
BORG_VERSION=1.2.8
BORG_VERSION=$(ynh_app_upstream_version)
#=================================================
# PERSONAL HELPERS