From f223c5b25b92cf173bb1db44a463ed58197ca428 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Skyler=20M=C3=A4ntysaari?= Date: Wed, 8 Sep 2021 09:06:12 +0300 Subject: [PATCH] Update version variable for the next release (#2) --- genup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genup b/genup index 763e6b1..79b3eec 100755 --- a/genup +++ b/genup @@ -29,7 +29,7 @@ shopt -s nullglob # ********************** variables ********************* PROGNAME="$(basename "${0}")" -VERSION="1.0.28" +VERSION="1.0.29" ETCPROFILE="/etc/profile" UPDATERSDIR="/etc/${PROGNAME}/updaters.d" FIXUPSCRIPT="/etc/cron.weekly/fixup"