diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-08 20:37:53 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-08 20:37:53 +0100 |
commit | ff45c2217584f8e72d5ae41288bfbb5f563509a4 (patch) | |
tree | 52cac6122e65d6557110853a7ed1ac47368d983b /SBO-Lib/lib | |
parent | ce371f700e24077669c5527b68c1dcc315249a2c (diff) | |
download | sbotools2-ff45c2217584f8e72d5ae41288bfbb5f563509a4.tar.xz |
Update version
Diffstat (limited to 'SBO-Lib/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 60c3407..2b06d48 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.9'; +our $VERSION = '2.0'; use Exporter 'import'; |