From: Raphaƫl Gertz <git@rapsys.eu>
Date: Wed, 5 Apr 2017 17:58:16 +0000 (+0200)
Subject: Fix version
X-Git-Tag: 2.0.3~27
X-Git-Url: https://git.rapsys.eu/acme/commitdiff_plain/b021ed7e23669c0437a96da26786677c5adb9561

Fix version
---

diff --git a/Acme.pm b/Acme.pm
index db1c6d4..bff7def 100644
--- a/Acme.pm
+++ b/Acme.pm
@@ -87,7 +87,7 @@ use constant {
 	ACME_TERMS => 'https://letsencrypt.org/documents/LE-SA-v1.1.1-August-1-2016.pdf',
 
 	# Version
-	VERSION => 'v0.6',
+	VERSION => 'v0.7',
 
 	# Config
 	CONFIG => '/etc/acmepl/config'