Skip to content

Commit 29fe3e0

Browse files
committed
Bump version
1 parent bad9299 commit 29fe3e0

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11

2+
4.30 2026-03-24
3+
24
4.29 2026-03-23
35
- Added rv attribute to Mojo::Pg::Results.
46

lib/Mojo/Pg.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ has options => sub {
2222
has [qw(password username)] => '';
2323
has pubsub => sub { Mojo::Pg::PubSub->new(pg => shift) };
2424

25-
our $VERSION = '4.29';
25+
our $VERSION = '4.30';
2626

2727
sub db { $_[0]->database_class->new(dbh => $_[0]->_prepare, pg => $_[0]) }
2828

0 commit comments

Comments
 (0)