This commit is contained in:
Juerd Waalboer 2023-12-26 18:48:47 +01:00
parent 98af489386
commit d1c8c509f5
2 changed files with 2 additions and 2 deletions

View file

@ -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 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 overconfident users of the interface for advanced users from several classes of

View file

@ -17,7 +17,7 @@ use RevBank::Global;
use RevBank::Messages; use RevBank::Messages;
use RevBank::Cart; use RevBank::Cart;
our $VERSION = "5.0.0-beta"; our $VERSION = "5.0.0";
our %HELP1 = ( our %HELP1 = (
"abort" => "Abort the current transaction", "abort" => "Abort the current transaction",
); );