From a279d73b5c15b738d94ffa565a43be3295cddf82 Mon Sep 17 00:00:00 2001 From: Digimer Date: Thu, 21 Jan 2021 19:57:28 -0500 Subject: [PATCH] * Upped versions to 2.0.9 prior to next release. Signed-off-by: Digimer --- anvil.version | 2 +- tools/striker-update | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/anvil.version b/anvil.version index 815e68dd..09843e3b 100644 --- a/anvil.version +++ b/anvil.version @@ -1 +1 @@ -2.0.8 +2.0.9 diff --git a/tools/striker-update b/tools/striker-update index 497d47ac..b89ba978 100755 --- a/tools/striker-update +++ b/tools/striker-update @@ -141,7 +141,7 @@ my $an = AN::Tools->new({ # access that file, we'll use 'striker_default'. Optionally, the user can request the latest # master with '--master', in which case we will download the 'striker_master' URL. In all # cases, the downloaded file will be saved as 'striker_zip_file'. - striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.8.zip", + striker_default => "https://github.com/ClusterLabs/striker/archive/v2.0.9.zip", striker_latest => "https://www.alteeve.com/an-repo/striker_latest.txt", striker_master => "https://codeload.github.com/ClusterLabs/striker/zip/master", support => "https://alteeve.com/w/Support",