Skip to content

Commit 9afd005

Browse files
committed
Increment version to 0.27
1 parent ccba8d8 commit 9afd005

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/Net/SAML2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use warnings;
44

55
require 5.008_001;
66

7-
our $VERSION = '0.26';
7+
our $VERSION = '0.27';
88
$VERSION = eval {$VERSION};
99

1010
=head1 NAME

lib/Net/SAML2/XML/Sig.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use warnings;
77
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
88

99
$DEBUG = 0;
10-
$VERSION = '0.26';
10+
$VERSION = '0.27';
1111

1212
use base qw(Class::Accessor);
1313
Net::SAML2::XML::Sig->mk_accessors(qw(canonicalizer key));

lib/Net/SAML2/XML/Util.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use XML::Tidy;
99
use vars qw($VERSION @EXPORT_OK %EXPORT_TAGS $DEBUG);
1010

1111
$DEBUG = 0;
12-
$VERSION = '0.26';
12+
$VERSION = '0.27';
1313

1414
# We are exporting functions
1515
use base qw/Exporter/;

0 commit comments

Comments
 (0)