diff options
author | Slack Coder <slackcoder@server.ky> | 2024-12-03 09:34:01 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-12-04 16:06:31 -0500 |
commit | 5cda2ca28fef1d91918b0e34be40e1ad7f4aee26 (patch) | |
tree | 164e8150321e9e5a298337acf149069517efa188 /SBO-Lib/lib/SBO/Lib/Pkgs.pm | |
parent | 35bf49f487a29590e3a7a42db2883841889a760f (diff) | |
download | sbotools2-5cda2ca28fef1d91918b0e34be40e1ad7f4aee26.tar.xz |
Bump 2.7.2v2.7.2
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Pkgs.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Pkgs.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm index 52fd261..fef9d2f 100644 --- a/SBO-Lib/lib/SBO/Lib/Pkgs.pm +++ b/SBO-Lib/lib/SBO/Lib/Pkgs.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.7'; +our $VERSION = '2.7.2'; use SBO::Lib::Util qw/ %config script_error open_read version_cmp /; use SBO::Lib::Tree qw/ get_sbo_location get_sbo_locations is_local /; |