Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 28, 2018
1 parent 42f7e11 commit 7532eac
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.08 2018-01-29

4.07 2018-01-28
- Added support for "JOIN" to select and select_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.07';
our $VERSION = '4.08';

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

Expand Down

0 comments on commit 7532eac

Please sign in to comment.