diff options
author | J Pipkin <j@dawnrazor.net> | 2013-03-30 12:39:35 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-03-30 12:39:35 -0500 |
commit | dbd9fd0588a91fabc845b903da46cf9f30b21897 (patch) | |
tree | 788630aab8b7a6eb1c5a2f91f158037074dbbe47 /SBO-Lib/lib/SBO | |
parent | 0fa1662e035a585b38e72cb6a7173e86ed8a5b18 (diff) | |
download | sbotools2-dbd9fd0588a91fabc845b903da46cf9f30b21897.tar.xz |
version 1.5 -> 1.6
Diffstat (limited to 'SBO-Lib/lib/SBO')
-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 b34d6f5..55b57ec 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -14,7 +14,7 @@ use strict; use warnings FATAL => 'all'; package SBO::Lib; -our $VERSION = '1.5'; +our $VERSION = '1.6'; require Exporter; our @ISA = qw(Exporter); |