Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hexfusion committed Jun 17, 2017
1 parent b9a5e4a commit f83f146
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lib/Net/Etcd/Maintenance.pm
lib/Net/Etcd/Role/Actions.pm
lib/Net/Etcd/KV.pm
lib/Net/Etcd/KV/Compare.pm
lib/Net/Etcd/KV/MultiOp.pm
lib/Net/Etcd/KV/Op.pm
lib/Net/Etcd/KV/Put.pm
lib/Net/Etcd/KV/Range.pm
lib/Net/Etcd/KV/Txn.pm
Expand All @@ -27,6 +27,7 @@ t/manifest.t
t/pod-coverage.t
t/pod-spelling.t
t/pod.t
t/txn.t
t/user.t
t/watch.t
.travis.yml
2 changes: 1 addition & 1 deletion lib/Net/Etcd.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Net::Etcd - etcd v3 REST API.
=cut

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

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Auth.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Net::Etcd::Auth
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Auth/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Auth::Role
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Config.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Net::Etcd::Config
=cut

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

=head1 ACCESSORS
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Net::Etcd::KV
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Compare.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::KV::Compare
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Op.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::KV::Op
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Put.pm
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Net::Etcd::Put
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Range.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Range
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/KV/Txn.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::KV::Txn
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Lease.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Lease
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Maintenance.pm
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Net::Etcd::Maintenance
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Role/Actions.pm
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Net::Etcd::Role::Actions
=cut

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

has etcd => (
is => 'ro',
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/User.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::User
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/User/Role.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Net::Etcd::User::Role
=cut

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

=head1 DESCRIPTION
Expand Down
2 changes: 1 addition & 1 deletion lib/Net/Etcd/Watch.pm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Net::Etcd::Range
=cut

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

=head1 DESCRIPTION
Expand Down

0 comments on commit f83f146

Please sign in to comment.