Skip to content

Commit

Permalink
incrementing version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
preaction committed Apr 27, 2021
1 parent 47c4032 commit 847914f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Expand Up @@ -2,6 +2,8 @@ Changelog for Beam-Wire

{{ $NEXT }}

1.024 2021-04-26 23:17:42-05:00 America/Chicago

[Fixed]

- Fixed calling multiple constructor methods on classes that
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -44,7 +44,7 @@ my %WriteMakefileArgs = (
"Test::Lib" => 0,
"Test::More" => "1.001005"
},
"VERSION" => "1.024",
"VERSION" => "1.025",
"test" => {
"TESTS" => "t/*.t t/container/*.t t/dependency/*.t t/deprecated/*.t t/method/*.t t/regression/*.t t/service/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Wire.pm
@@ -1,5 +1,5 @@
package Beam::Wire;
our $VERSION = '1.024';
our $VERSION = '1.025';
# ABSTRACT: Lightweight Dependency Injection Container

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Wire/Event/BuildService.pm
@@ -1,5 +1,5 @@
package Beam::Wire::Event::BuildService;
our $VERSION = '1.024';
our $VERSION = '1.025';
# ABSTRACT: Event fired when building a new service

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Beam/Wire/Event/ConfigService.pm
@@ -1,5 +1,5 @@
package Beam::Wire::Event::ConfigService;
our $VERSION = '1.024';
our $VERSION = '1.025';
# ABSTRACT: Event fired when configuring a new service

=head1 SYNOPSIS
Expand Down

0 comments on commit 847914f

Please sign in to comment.