From d1c8c509f5a3151e9474c49f2b0f83aba8ba0265 Mon Sep 17 00:00:00 2001 From: Juerd Waalboer Date: Tue, 26 Dec 2023 18:48:47 +0100 Subject: [PATCH] v5.0.0 --- UPGRADING.md | 2 +- revbank | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index db2f87d..d4aec40 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -1,4 +1,4 @@ -# (???) RevBank 5.0.0 +# (2023-12-26) RevBank 5.0.0 This version comes with breaking changes to the command line syntax, to shield overconfident users of the interface for advanced users from several classes of diff --git a/revbank b/revbank index 314bd7a..321b8af 100755 --- a/revbank +++ b/revbank @@ -17,7 +17,7 @@ use RevBank::Global; use RevBank::Messages; use RevBank::Cart; -our $VERSION = "5.0.0-beta"; +our $VERSION = "5.0.0"; our %HELP1 = ( "abort" => "Abort the current transaction", );