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/Repo.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/Repo.pm')
| -rw-r--r-- | SBO-Lib/lib/SBO/Lib/Repo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Repo.pm b/SBO-Lib/lib/SBO/Lib/Repo.pm index ed9794a..120817a 100644 --- a/SBO-Lib/lib/SBO/Lib/Repo.pm +++ b/SBO-Lib/lib/SBO/Lib/Repo.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/ %config prompt usage_error get_slack_version get_slack_version_key get_slack_version_url script_error open_fh open_read in _ERR_DOWNLOAD /; use SBO::Lib::Cryptography qw/ GOODSIG NO_PUBKEY parse_gpg_output verify_gpg_signed_file /; |
