Ditch minor part of version number

This commit is contained in:
Juerd Waalboer 2019-07-02 04:40:08 +02:00
parent 9f905b84d5
commit 0baa40b910

View file

@ -14,7 +14,7 @@ use RevBank::Global;
use RevBank::Messages;
use RevBank::Cart;
our $VERSION = "2.0";
our $VERSION = "2";
our %HELP = (
"abort" => "Abort the current transaction",
);