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/Download.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/Download.pm')
| -rw-r--r-- | SBO-Lib/lib/SBO/Lib/Download.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Download.pm b/SBO-Lib/lib/SBO/Lib/Download.pm index eb8bfdc..f929d92 100644 --- a/SBO-Lib/lib/SBO/Lib/Download.pm +++ b/SBO-Lib/lib/SBO/Lib/Download.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 %config script_error get_sbo_from_loc open_read get_arch /; use SBO::Lib::Repo qw/ $distfiles /; |
