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