From 10b4a14631ed64e9590167c544efaa69766c3073 Mon Sep 17 00:00:00 2001 From: Katharina Hoff <39333668+KatharinaHoff@users.noreply.github.com> Date: Tue, 14 Nov 2023 15:27:08 +0100 Subject: [PATCH] Update braker.pl --- scripts/braker.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/braker.pl b/scripts/braker.pl index a804349..84b73bd 100755 --- a/scripts/braker.pl +++ b/scripts/braker.pl @@ -460,7 +460,7 @@ # Declartion of global variables ############################################### my $v = 4; # determines what is printed to log -my $version = "3.0.5"; +my $version = "3.0.6"; my $rootDir; my $logString = ""; # stores log messages produced before opening log file $logString .= "\#**********************************************************************************\n";