v5.0.0
This commit is contained in:
parent
98af489386
commit
d1c8c509f5
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
2
revbank
2
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",
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue