From c9d95b15f0822f30e9b2866d11da57ad48ec1b2d Mon Sep 17 00:00:00 2001 From: slowpeek Date: Fri, 26 Jan 2024 17:28:29 +0200 Subject: [PATCH] Release 0.2.2 --- hddtemp-lt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hddtemp-lt b/hddtemp-lt index ffe80d7..83cc54c 100755 --- a/hddtemp-lt +++ b/hddtemp-lt @@ -10,7 +10,7 @@ shopt -s nullglob # repositories of Ubuntu (since 22.04) and Debian (since 12). It requires # smartctl (smartmontools package). -SCRIPT_VERSION=0.2.1+git +SCRIPT_VERSION=0.2.2 SCRIPT_SELF=${BASH_SOURCE[0]##*/} t_red=$'\e[31m'