Skip to content

Commit a19257d

Browse files
committed
Increment repo version after release
1 parent b4a6c52 commit a19257d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ my %WriteMakefileArgs = (
7171
"Test::Pod" => "1.14",
7272
"Test::Pod::Coverage" => "1.04"
7373
},
74-
"VERSION" => "0.79",
74+
"VERSION" => "0.80",
7575
"test" => {
7676
"TESTS" => "t/*.t t/author/*.t"
7777
}

lib/Net/SAML2.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use strict;
22
use warnings;
33
package Net::SAML2;
4-
our $VERSION = '0.79';
4+
our $VERSION = '0.80';
55

66
require 5.012;
77

0 commit comments

Comments
 (0)