Skip to content

Commit

Permalink
Update version number to 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hrosenbe committed Aug 2, 2017
1 parent 9632a0e commit 24ee7af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions runHarness/Parameters.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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' );
Expand Down Expand Up @@ -1357,7 +1357,7 @@ $parameters{"stopStatsScript"} = {

$parameters{"dockerWeathervaneVersion"} = {
"type" => "=s",
"default" => "1.0.14",
"default" => "1.0.15",
"parent" => "host",
"usageText" => "",
"showUsage" => 0,
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.14
1.0.15

0 comments on commit 24ee7af

Please sign in to comment.