aboutsummaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:41:21 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-02-21 16:49:04 +1300
commit011ceab03bd160e499f777a1f4e4bd99c470b0b2 (patch)
treedf579b3980d20d7171b2a17cea828d3f97cc6e57 /Makefile.PL
parentUpdate CHANGES (diff)
downloadMail-Run-Crypt-011ceab03bd160e499f777a1f4e4bd99c470b0b2.tar.gz
Mail-Run-Crypt-011ceab03bd160e499f777a1f4e4bd99c470b0b2.zip
Bump VERSION to 0.11
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index e7728d0..7ec9943 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -31,7 +31,7 @@ WriteMakefile(
'meta-spec' => { version => 2 },
provides => {
'Mail::Run::Crypt' => {
- version => '0.10',
+ version => '0.11',
file => 'lib/Mail/Run/Crypt.pm',
},
},