Skip to content

Commit

Permalink
update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KatharinaHoff committed Mar 12, 2023
1 parent f27c4c6 commit 30fd4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/galba.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 30fd4f3

Please sign in to comment.