Skip to content

Commit

Permalink
Bump version to 0.37
Browse files Browse the repository at this point in the history
  • Loading branch information
pplu committed Jun 13, 2018
1 parent ed17e46 commit b700424
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion auto-lib/Paws.pm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ __PACKAGE__->meta->make_immutable;

package Paws;

our $VERSION = '0.36';
our $VERSION = '0.37';

use Moose;
use MooseX::ClassAttribute;
Expand Down
2 changes: 1 addition & 1 deletion builder-lib/Paws/API/Builder/Paws.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ package Paws::API::Builder::Paws {
use Moose;

sub version {
'0.36';
'0.37';
}

sub services {
Expand Down

0 comments on commit b700424

Please sign in to comment.