Skip to content

Commit

Permalink
incrementing version number
Browse files Browse the repository at this point in the history
  • Loading branch information
KatharinaHoff committed Feb 17, 2024
1 parent c0b703f commit a211702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/braker.pl
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@
# Declartion of global variables ###############################################

my $v = 4; # determines what is printed to log
my $version = "3.0.7";
my $version = "3.0.8";
my $rootDir;
my $logString = ""; # stores log messages produced before opening log file
$logString .= "\#**********************************************************************************\n";
Expand Down

0 comments on commit a211702

Please sign in to comment.