diff options
| author | Slack Coder <slackcoder@server.ky> | 2025-05-14 18:20:35 -0500 |
|---|---|---|
| committer | Slack Coder <slackcoder@server.ky> | 2025-05-14 18:21:17 -0500 |
| commit | 3586d2a22684fadec8b80ead3d86d2b242fd6e29 (patch) | |
| tree | 9c2c405a6a459d860961ba80e5d626ee6e2d1380 /SBO-Lib/lib/SBO/Lib/Build.pm | |
| parent | 672df60f0cd3659aa17267c833c6dda4b248c7d2 (diff) | |
| download | sbotools2-2.9.3.tar.xz (sig) | |
Fix command version reportingv2.9.3
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Build.pm')
| -rw-r--r-- | SBO-Lib/lib/SBO/Lib/Build.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Build.pm b/SBO-Lib/lib/SBO/Lib/Build.pm index d6e6289..dd8431b 100644 --- a/SBO-Lib/lib/SBO/Lib/Build.pm +++ b/SBO-Lib/lib/SBO/Lib/Build.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/ :const prompt script_error get_sbo_from_loc get_arch check_multilib uniq %config in /; use SBO::Lib::Tree qw/ get_sbo_location /; |
