summaryrefslogtreecommitdiff
path: root/lib/Dancer2/Core/Role/SessionFactory.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dancer2/Core/Role/SessionFactory.pm')
-rw-r--r--lib/Dancer2/Core/Role/SessionFactory.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dancer2/Core/Role/SessionFactory.pm b/lib/Dancer2/Core/Role/SessionFactory.pm
index 8d171a81..2e450bfe 100644
--- a/lib/Dancer2/Core/Role/SessionFactory.pm
+++ b/lib/Dancer2/Core/Role/SessionFactory.pm
@@ -1,6 +1,6 @@
package Dancer2::Core::Role::SessionFactory;
# ABSTRACT: Role for session factories
-$Dancer2::Core::Role::SessionFactory::VERSION = '1.0.0';
+$Dancer2::Core::Role::SessionFactory::VERSION = '1.1.0';
use Moo::Role;
with 'Dancer2::Core::Role::Engine';
@@ -301,7 +301,7 @@ Dancer2::Core::Role::SessionFactory - Role for session factories
=head1 VERSION
-version 1.0.0
+version 1.1.0
=head1 DESCRIPTION