diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 15:11:00 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2019-04-27 15:11:00 +0200 |
commit | 8203300421752f070d519ccd3308415e223083ef (patch) | |
tree | 39502a4ed1deb2ea5a2efb3b513fab9a272715e3 /SBO-Lib/lib/SBO/App | |
parent | dc2911fc741e36311db8134a2adedb56802f1aa5 (diff) | |
download | sbotools2-8203300421752f070d519ccd3308415e223083ef.tar.xz |
update version to 2.6.
Diffstat (limited to 'SBO-Lib/lib/SBO/App')
-rw-r--r-- | SBO-Lib/lib/SBO/App/Remove.pm | 2 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/App/Snap.pm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/App/Remove.pm b/SBO-Lib/lib/SBO/App/Remove.pm index 9747a6a..9d97ef1 100644 --- a/SBO-Lib/lib/SBO/App/Remove.pm +++ b/SBO-Lib/lib/SBO/App/Remove.pm @@ -15,7 +15,7 @@ use Getopt::Long qw(GetOptionsFromArray :config bundling); use parent 'SBO::App'; -our $VERSION = '2.5'; +our $VERSION = '2.6'; sub _parse_opts { my $class = shift; diff --git a/SBO-Lib/lib/SBO/App/Snap.pm b/SBO-Lib/lib/SBO/App/Snap.pm index bfa80b4..d807ff9 100644 --- a/SBO-Lib/lib/SBO/App/Snap.pm +++ b/SBO-Lib/lib/SBO/App/Snap.pm @@ -18,7 +18,7 @@ use Getopt::Long qw/ GetOptionsFromArray /; use parent 'SBO::App'; -our $VERSION = '2.5'; +our $VERSION = '2.6'; sub _parse_opts { my $class = shift; |