aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Readme.pm
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-05 14:36:17 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2017-02-05 14:36:17 +0100
commitdc0ec389e66b45217fc9d331120112b339db525a (patch)
treefbff4c1df7d3f220c47e045c48757a2555acf2c8 /SBO-Lib/lib/SBO/Lib/Readme.pm
parent9d63b253be04113a55c7f6efe070887127927812 (diff)
downloadsbotools2-dc0ec389e66b45217fc9d331120112b339db525a.tar.xz
Bump version to 2.4
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Readme.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Readme.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Readme.pm b/SBO-Lib/lib/SBO/Lib/Readme.pm
index 2d630cd..cb27ec0 100644
--- a/SBO-Lib/lib/SBO/Lib/Readme.pm
+++ b/SBO-Lib/lib/SBO/Lib/Readme.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/ prompt script_error slurp open_read _ERR_OPENFH usage_error /;
use SBO::Lib::Tree qw/ is_local /;