From 68d1a0fa1baab44ee8d920c9c10d971fb2a5a813 Mon Sep 17 00:00:00 2001 From: anonym Date: Mon, 30 Mar 2015 15:02:27 +0200 Subject: [PATCH] tails-persistent-setup 1.0.21 --- bin/tails-persistence-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tails-persistence-setup b/bin/tails-persistence-setup index 8102682..39ba70a 100755 --- a/bin/tails-persistence-setup +++ b/bin/tails-persistence-setup @@ -6,7 +6,7 @@ tails-persistence-setup - setup Tails persistent storage =head1 VERSION -Version 1.0.20 +Version 1.0.21 =cut @@ -14,7 +14,7 @@ use strict; use warnings FATAL => 'all'; use 5.10.1; -our $VERSION = '1.0.20'; +our $VERSION = '1.0.21'; use FindBin; use lib "$FindBin::Bin/../lib"; -- 2.11.4.GIT