Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Jan 8, 2025
1 parent 4fdcc2e commit fe7abee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/Any.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.006';
our $VERSION = '1.007';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/HigherOrder.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.006';
our $VERSION = '1.007';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/None.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.006';
our $VERSION = '1.007';

=encoding utf8
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Promise/Role/Some.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use Mojo::Base '-role';

use strict;

our $VERSION = '1.006';
our $VERSION = '1.007';

=encoding utf8
Expand Down

0 comments on commit fe7abee

Please sign in to comment.