From 8b8a49aa65f43eae7e93eac18bfb4034ba2b3a4e Mon Sep 17 00:00:00 2001 From: actionbot Date: Thu, 21 Sep 2023 08:13:07 +0000 Subject: [PATCH] Automatic update of version --- generate_postmortem.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/generate_postmortem.sh b/generate_postmortem.sh index a80b0c1..712c260 100755 --- a/generate_postmortem.sh +++ b/generate_postmortem.sh @@ -9,9 +9,9 @@ # #parse passed arguments -NUMERICALVERSION=9 -PMCOMMITDATE='Mon Sep 18 17:12:19 UTC 2023' -PMCOMMIT='18dbf5ba98f48a9ce04864d8868373928da2eb1c' +NUMERICALVERSION=10 +PMCOMMITDATE='Thu Sep 21 08:13:07 UTC 2023' +PMCOMMIT='9f6bebaeb22b35fc8c7fb452362fa1dd87c4bd3b' PMCOMMITURL="https://github.com/ibm-apiconnect/v10-postmortem/blob/$PMCOMMIT/generate_postmortem.sh" print_postmortem_version(){ echo "Postmortem Version: $NUMERICALVERSION, Date: $PMCOMMITDATE, URL: $PMCOMMITURL"