Skip to content

Commit 8b1114e

Browse files
committed
Bump version to 1.632
1 parent 2466cda commit 8b1114e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DBI.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ package DBI;
1111
require 5.008_001;
1212

1313
BEGIN {
14-
our $XS_VERSION = our $VERSION = "1.631"; # ==> ALSO update the version in the pod text below!
14+
our $XS_VERSION = our $VERSION = "1.632"; # ==> ALSO update the version in the pod text below!
1515
$VERSION = eval $VERSION;
1616
}
1717

@@ -144,7 +144,7 @@ sure that your issue isn't related to the driver you're using.
144144
145145
=head2 NOTES
146146
147-
This is the DBI specification that corresponds to DBI version 1.631
147+
This is the DBI specification that corresponds to DBI version 1.632
148148
(see L<DBI::Changes> for details).
149149
150150
The DBI is evolving at a steady pace, so it's good to check that

0 commit comments

Comments
 (0)