You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Dancer2/Plugin/Auth/Extensible/Provider/Base.pm
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ use strict;
5
5
use warnings;
6
6
use Carp;
7
7
8
-
our$VERSION = '0.709';
8
+
our$VERSION = '0.710';
9
9
10
10
croak "Your Dancer2::Plugin::Auth::Extensible provider needs to be upgraded.\nPlease upgrade to a provider that requires Dancer2::Plugin::Auth::Extensible v0.6 or greater.\n";
0 commit comments