From 4c05e45cec8ba6deb500d451c583490e56daf73a Mon Sep 17 00:00:00 2001 From: Katharina Hoff <39333668+KatharinaHoff@users.noreply.github.com> Date: Wed, 29 Mar 2023 16:55:55 +0200 Subject: [PATCH] Update galba.pl --- scripts/galba.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/galba.pl b/scripts/galba.pl index 6455d6a..e45fe79 100755 --- a/scripts/galba.pl +++ b/scripts/galba.pl @@ -245,7 +245,7 @@ # Declartion of global variables ############################################### my $v = 4; # determines what is printed to log -my $version = "1.0.4"; +my $version = "1.0.5"; my $rootDir; my $logString = ""; # stores log messages produced before opening log file $logString .= "\#**********************************************************************************\n";