diff options
author | Steve Hay <SteveHay@planit.com> | 2010-02-14 23:52:41 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2010-02-14 23:52:41 +0000 |
commit | aa6255bdf72dc4b984f70a12cfd0fd0523f20b56 (patch) | |
tree | ee124858eb4bac78bec27e99ff994e774018fa18 | |
parent | 1a6c65ed95ec85cb77cfbbbf22efbce4c1e4b962 (diff) | |
download | perl-aa6255bdf72dc4b984f70a12cfd0fd0523f20b56.tar.gz |
Bump version's $VERSION
version.pm was changed by 61a0cb1c57a82d328c88c2dd525c91495edb2db9
and Jesse confirms that the $VERSION should be bumped as a result.
-rw-r--r-- | lib/version.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.pm b/lib/version.pm index 6b44e24cd5..60e5d6deb8 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv); -$VERSION = 0.81; +$VERSION = 0.82; $CLASS = 'version'; |