From 30fd4f3fc975573f401f1408194a097a3d8faeeb Mon Sep 17 00:00:00 2001 From: KatharinaHoff Date: Sun, 12 Mar 2023 10:31:24 +0000 Subject: [PATCH] update version number --- scripts/galba.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/galba.pl b/scripts/galba.pl index 14ee7c6..e242b34 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.2"; +my $version = "1.0.3"; my $rootDir; my $logString = ""; # stores log messages produced before opening log file $logString .= "\#**********************************************************************************\n";