Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 27, 2018
1 parent 94cf9eb commit d3c3fed
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.07 2018-01-28

4.06 2018-01-27
- Added support for on_conflict option to insert and insert_p methods in
Mojo::Pg::Database.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Pg.pm
Expand Up @@ -42,7 +42,7 @@ has pubsub => sub {
return $pubsub;
};

our $VERSION = '4.06';
our $VERSION = '4.07';

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

Expand Down

0 comments on commit d3c3fed

Please sign in to comment.