Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 29, 2018
1 parent 1385d83 commit 3929ec7
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.09 2018-01-30

4.08 2018-01-29
- Improved on_conflict option of insert and insert_p methods in
Mojo::Pg::Database with a shortcut for simple conflict targets.
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.08';
our $VERSION = '4.09';

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

Expand Down

0 comments on commit 3929ec7

Please sign in to comment.