diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-27 01:42:57 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-11-27 01:42:57 +0100 |
commit | b77d0cc37ed6362be5496502bc4990782ac77984 (patch) | |
tree | 031f8fb73af57f437d193e3b17be93a979923394 /SBO-Lib | |
parent | c011dd1309f98b779e9234e49a58e63b99c84c21 (diff) | |
download | sbotools2-b77d0cc37ed6362be5496502bc4990782ac77984.tar.xz |
Update version, website, and maintainer info
Diffstat (limited to 'SBO-Lib')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 6570bda..8d22ecd 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -15,7 +15,7 @@ use strict; use warnings FATAL => 'all'; package SBO::Lib; -our $VERSION = '1.8'; +our $VERSION = '1.9'; require Exporter; our @ISA = qw(Exporter); |