From 67aba786991e3cb3e555025b6d357779ab32a0ab Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Thu, 1 Aug 2019 13:11:09 -0500 Subject: [PATCH] Bump to 0.4.0 --- lib/openpgp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openpgp.php b/lib/openpgp.php index 4ce8382..29b1e0a 100644 --- a/lib/openpgp.php +++ b/lib/openpgp.php @@ -18,7 +18,7 @@ * @see http://tools.ietf.org/html/rfc4880 */ class OpenPGP { - const VERSION = array(0, 3, 0); + const VERSION = array(0, 4, 0); /** * @see http://tools.ietf.org/html/rfc4880#section-6