aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/App/Remove.pm
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2025-05-14 18:20:35 -0500
committerSlack Coder <slackcoder@server.ky>2025-05-14 18:21:17 -0500
commit3586d2a22684fadec8b80ead3d86d2b242fd6e29 (patch)
tree9c2c405a6a459d860961ba80e5d626ee6e2d1380 /SBO-Lib/lib/SBO/App/Remove.pm
parent672df60f0cd3659aa17267c833c6dda4b248c7d2 (diff)
downloadsbotools2-2.9.3.tar.xz (sig)
Fix command version reportingv2.9.3
Diffstat (limited to 'SBO-Lib/lib/SBO/App/Remove.pm')
-rw-r--r--SBO-Lib/lib/SBO/App/Remove.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/App/Remove.pm b/SBO-Lib/lib/SBO/App/Remove.pm
index db9f488..7a60e8a 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.9.0';
+our $VERSION = '2.9.3';
sub _parse_opts {
my $class = shift;