summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-01-10 15:35:27 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2015-01-10 16:06:32 +0000
commit4b819be304b2c9c7ea4749178b42d0136111abbf (patch)
treeff815f0b0cbb68cc2bae8422c56963b72b7d348d
parent46fa4d938c2c477a5a09249e1c56377a41b3ac97 (diff)
downloadperl-4b819be304b2c9c7ea4749178b42d0136111abbf.tar.gz
Bump $VERSION following previous commit
The code is currently identical to 0.23, but when the next change is made the $VERSION must not be bumped to 0.24 since that has already been released. For the same reason, we can't use 0.24 now, so bump to 0.25.
-rw-r--r--ext/attributes/attributes.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/attributes/attributes.pm b/ext/attributes/attributes.pm
index ebca214608..dfd3a2594c 100644
--- a/ext/attributes/attributes.pm
+++ b/ext/attributes/attributes.pm
@@ -1,6 +1,6 @@
package attributes;
-our $VERSION = 0.23;
+our $VERSION = 0.25;
@EXPORT_OK = qw(get reftype);
@EXPORT = ();