Bumping version to 0.29
[gitmo/Class-C3.git] / lib / Class / C3 / next.pm
index 1f776c0..f9d6c83 100644 (file)
@@ -7,7 +7,7 @@ no warnings 'redefine'; # for 00load.t w/ core support
 
 use Scalar::Util 'blessed';
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 our %METHOD_CACHE;
 
@@ -66,7 +66,7 @@ use strict;
 use warnings;
 no warnings 'redefine'; # for 00load.t w/ core support
 
-our $VERSION = '0.28';
+our $VERSION = '0.29';
 
 sub method { (next::method($_[0]) || return)->(@_) }