diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-18 13:44:01 +0200 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2016-09-18 13:44:01 +0200 |
commit | 70b81dc727819d57ffba01b9e55ac9e6197a4b4f (patch) | |
tree | 175f853b4b9fc7869c6fa094f7f0f26d8b394a7d /SBO-Lib/lib/SBO/Lib/Info.pm | |
parent | d460f747ff384f9d0f961434a230c688a230b107 (diff) | |
download | sbotools2-70b81dc727819d57ffba01b9e55ac9e6197a4b4f.tar.xz |
SBO::Lib*: update version to 2.1
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Info.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Info.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm index e89ef8f..b38e3cd 100644 --- a/SBO-Lib/lib/SBO/Lib/Info.pm +++ b/SBO-Lib/lib/SBO/Lib/Info.pm @@ -4,7 +4,7 @@ use 5.016; use strict; use warnings; -our $VERSION = '2.0'; +our $VERSION = '2.1'; use SBO::Lib::Util qw/ get_arch get_sbo_from_loc open_read script_error slurp usage_error /; use SBO::Lib::Tree qw/ get_orig_location get_sbo_location is_local /; |