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";