Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Dec 17, 2017
1 parent 25896bf commit 530db71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changes
@@ -1,4 +1,6 @@

4.05 2017-12-17

4.04 2017-12-16
- Added db attribute to Mojo::Pg::Results.
- Added sql_for method to Mojo::Pg::Migrations.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Pg.pm
Expand Up @@ -38,7 +38,7 @@ has pubsub => sub {
return $pubsub;
};

our $VERSION = '4.04';
our $VERSION = '4.05';

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

Expand Down

0 comments on commit 530db71

Please sign in to comment.