Skip to content

Commit ca8c6d1

Browse files
committed
Bump version in B::Op_private
1 parent adab925 commit ca8c6d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/B/Op_private.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ package B::Op_private;
118118
our %bits;
119119

120120

121-
our $VERSION = "5.033008";
121+
our $VERSION = "5.033009";
122122

123123
$bits{$_}{3} = 'OPpENTERSUB_AMPER' for qw(entersub rv2cv);
124124
$bits{$_}{6} = 'OPpENTERSUB_DB' for qw(entersub rv2cv);

0 commit comments

Comments
 (0)