diff options
author | Jacob Pipkin <j@dawnrazor.net> | 2012-06-29 09:37:11 -0500 |
---|---|---|
committer | Jacob Pipkin <j@dawnrazor.net> | 2012-06-29 09:37:11 -0500 |
commit | e4b0c80cdf40d26ceb865fbeabaa2ae293720ca3 (patch) | |
tree | 3f73889eb5f3389331f6cb647384fd9b9018a7d2 /SBO-Lib/lib/SBO/Lib.pm | |
parent | 60e41c93314fc41c57110f8bf68b6362d8aaf093 (diff) | |
download | sbotools2-e4b0c80cdf40d26ceb865fbeabaa2ae293720ca3.tar.xz |
version 0.6 -> 0.7
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index fca3662..58e6391 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -9,8 +9,8 @@ # date: Setting Orange, the 37th day of Discord in the YOLD 3178 # license: WTFPL <http://sam.zoy.org/wtfpl/COPYING> -package SBO::Lib 0.6; -my $version = "0.6"; +package SBO::Lib 0.7; +my $version = "0.7"; require Exporter; @ISA = qw(Exporter); |