Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjatria committed Aug 30, 2022
1 parent a5f5161 commit 5596d92
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -44,7 +44,7 @@ my %WriteMakefileArgs = (
"Test2::Suite" => 0,
"Test::More" => 0
},
"VERSION" => "0.010",
"VERSION" => "0.011",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/NewFangle/Agent.pm
Expand Up @@ -46,7 +46,7 @@ my (
our $TX; # The current NewFangle transaction
our $Trace; # Should this be traced

our $VERSION = '0.010';
our $VERSION = '0.011';

my $parse_includes = sub {
my ( $type, $config ) = @_;
Expand Down
2 changes: 1 addition & 1 deletion lib/NewFangle/Agent/Config.pm
Expand Up @@ -14,7 +14,7 @@ use Carp 'croak';

use namespace::clean;

our $VERSION = '0.010';
our $VERSION = '0.011';

my ( $config );

Expand Down
2 changes: 1 addition & 1 deletion lib/NewFangle/Agent/SegmentStarter/DBI/st.pm
Expand Up @@ -7,7 +7,7 @@ use feature qw/state/;

use namespace::clean;

our $VERSION = '0.010';
our $VERSION = '0.011';

sub build ( $class, $method ) {
return sub {
Expand Down
2 changes: 1 addition & 1 deletion lib/NewFangle/Agent/SegmentStarter/HTTP/Tiny.pm
Expand Up @@ -6,7 +6,7 @@ use experimental 'signatures';

use namespace::clean;

our $VERSION = '0.010';
our $VERSION = '0.011';

sub build ( $class, $method ) {
return sub {
Expand Down
2 changes: 1 addition & 1 deletion lib/NewFangle/Agent/SegmentStarter/LWP/UserAgent.pm
Expand Up @@ -6,7 +6,7 @@ use experimental 'signatures';

use namespace::clean;

our $VERSION = '0.010';
our $VERSION = '0.011';

sub build ( $class, $method ) {
return sub {
Expand Down
2 changes: 1 addition & 1 deletion lib/NewFangle/Agent/Wrapper.pm
Expand Up @@ -4,7 +4,7 @@ use warnings;
package
NewFangle::Agent::Wrapper;

our $VERSION = '0.010';
our $VERSION = '0.011';

use Carp ();
use Syntax::Keyword::Defer;
Expand Down
2 changes: 1 addition & 1 deletion lib/Plack/Middleware/NewFangle.pm
Expand Up @@ -23,7 +23,7 @@ use Scalar::Util 'weaken';

use namespace::clean;

our $VERSION = '0.010';
our $VERSION = '0.011';

my %cache;

Expand Down

0 comments on commit 5596d92

Please sign in to comment.