diff --git a/lib/openpgp.php b/lib/openpgp.php index 17d4734..9c4bf12 100644 --- a/lib/openpgp.php +++ b/lib/openpgp.php @@ -5,7 +5,7 @@ * (RFC 4880). * * @package OpenPGP - * @version 0.5.0 + * @version 0.6.0 * @author Arto Bendiken * @author Stephen Paul Weber * @see http://github.com/bendiken/openpgp-php @@ -18,7 +18,7 @@ * @see http://tools.ietf.org/html/rfc4880 */ class OpenPGP { - const VERSION = array(0, 5, 0); + const VERSION = array(0, 6, 0); /** * @see http://tools.ietf.org/html/rfc4880#section-6