Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 6, 2021
1 parent 3e54625 commit 5eb09dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

4.25 2021-02-06

4.24 2021-01-27
- Fixed Mojolicious 8.72 support.

Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Pg.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ has options => sub {
has [qw(password username)] => '';
has pubsub => sub { Mojo::Pg::PubSub->new(pg => shift) };

our $VERSION = '4.24';
our $VERSION = '4.25';

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

Expand Down

0 comments on commit 5eb09dd

Please sign in to comment.