From a66824aaf2b1d85eeb67693b4f1b993ec574aa1a Mon Sep 17 00:00:00 2001 From: James Aitken Date: Sun, 9 Feb 2014 13:13:33 +0000 Subject: [PATCH] Bump version number --- lib/Dancer/Plugin/Passphrase.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Dancer/Plugin/Passphrase.pm b/lib/Dancer/Plugin/Passphrase.pm index ef0677d..778bdf3 100644 --- a/lib/Dancer/Plugin/Passphrase.pm +++ b/lib/Dancer/Plugin/Passphrase.pm @@ -55,7 +55,7 @@ use Digest; use MIME::Base64 qw(decode_base64 encode_base64); use Scalar::Util qw(blessed); -our $VERSION = '2.0.0'; +our $VERSION = '2.0.1'; # Auto stringifies and returns the RFC 2307 representation # of the object unless we are calling a method on it