aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Info.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/Lib/Info.pm
parent672df60f0cd3659aa17267c833c6dda4b248c7d2 (diff)
downloadsbotools2-2.9.3.tar.xz (sig)
Fix command version reportingv2.9.3
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Info.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Info.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm
index 60ebaa5..7b15539 100644
--- a/SBO-Lib/lib/SBO/Lib/Info.pm
+++ b/SBO-Lib/lib/SBO/Lib/Info.pm
@@ -4,7 +4,7 @@ use 5.016;
use strict;
use warnings;
-our $VERSION = '2.9.0';
+our $VERSION = '2.9.3';
use SBO::Lib::Util qw/ get_arch get_sbo_from_loc open_read script_error slurp usage_error /;
use SBO::Lib::Tree qw/ get_orig_location get_sbo_location is_local /;