diff options
Diffstat (limited to 'lib/version.pm')
-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 9443a6ac99..dafbae63b2 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -11,7 +11,7 @@ use vars qw(@ISA $VERSION $CLASS @EXPORT); @EXPORT = qw(qv); -$VERSION = 0.50; +$VERSION = 0.52; $CLASS = 'version'; |