diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-05 14:36:17 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-05 14:36:17 +0100 |
commit | dc0ec389e66b45217fc9d331120112b339db525a (patch) | |
tree | fbff4c1df7d3f220c47e045c48757a2555acf2c8 /SBO-Lib/lib/SBO/Lib/Tree.pm | |
parent | 9d63b253be04113a55c7f6efe070887127927812 (diff) | |
download | sbotools-dc0ec389e66b45217fc9d331120112b339db525a.tar.xz |
Bump version to 2.4
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Tree.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Tree.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Tree.pm b/SBO-Lib/lib/SBO/Lib/Tree.pm index 32ade6b..49997f6 100644 --- a/SBO-Lib/lib/SBO/Lib/Tree.pm +++ b/SBO-Lib/lib/SBO/Lib/Tree.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.3'; +our $VERSION = '2.4'; use SBO::Lib::Util qw/ script_error open_read idx %config /; use SBO::Lib::Repo qw/ $repo_path $slackbuilds_txt /; |