summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
index 4f05446b10..b0cb8e21af 100644
--- a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
+++ b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
@@ -4,7 +4,7 @@ use Carp;
use warnings;
use strict;
use vars qw($VERSION $AUTOLOAD);
-$VERSION = '0.88'; # remember to update version in POD!
+$VERSION = '0.89'; # remember to update version in POD!
# $DB::single=1;
my %symcache;
@@ -266,7 +266,7 @@ Attribute::Handlers - Simpler definition of attribute handlers
=head1 VERSION
-This document describes version 0.88 of Attribute::Handlers,
+This document describes version 0.89 of Attribute::Handlers,
released April 5, 2010.
=head1 SYNOPSIS