diff --git a/runHarness/Parameters.pm b/runHarness/Parameters.pm index 3d040d09..20839382 100644 --- a/runHarness/Parameters.pm +++ b/runHarness/Parameters.pm @@ -652,7 +652,7 @@ sub getSingletonInstanceParamHashRef { } -our $version = "1.0.14"; +our $version = "1.0.15"; # These variables contain the key names for the parameter hashes tie( our %parameters, 'Tie::IxHash' ); @@ -1357,7 +1357,7 @@ $parameters{"stopStatsScript"} = { $parameters{"dockerWeathervaneVersion"} = { "type" => "=s", - "default" => "1.0.14", + "default" => "1.0.15", "parent" => "host", "usageText" => "", "showUsage" => 0, diff --git a/version.txt b/version.txt index 5b09c67c..a9707166 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.14 +1.0.15