summaryrefslogtreecommitdiff
path: root/lib/Dancer2/Core/Cookie.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dancer2/Core/Cookie.pm')
-rw-r--r--lib/Dancer2/Core/Cookie.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dancer2/Core/Cookie.pm b/lib/Dancer2/Core/Cookie.pm
index e8597c92..6dee9e97 100644
--- a/lib/Dancer2/Core/Cookie.pm
+++ b/lib/Dancer2/Core/Cookie.pm
@@ -1,6 +1,6 @@
package Dancer2::Core::Cookie;
# ABSTRACT: A cookie representing class
-$Dancer2::Core::Cookie::VERSION = '1.0.0';
+$Dancer2::Core::Cookie::VERSION = '1.1.0';
use Moo;
use URI::Escape;
use Dancer2::Core::Types;
@@ -152,7 +152,7 @@ Dancer2::Core::Cookie - A cookie representing class
=head1 VERSION
-version 1.0.0
+version 1.1.0
=head1 SYNOPSIS