We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfac4b commit 1c3bdcdCopy full SHA for 1c3bdcd
1 file changed
lib/openpgp.php
@@ -5,7 +5,7 @@
5
* (RFC 4880).
6
*
7
* @package OpenPGP
8
- * @version 0.5.0
+ * @version 0.6.0
9
* @author Arto Bendiken <arto.bendiken@gmail.com>
10
* @author Stephen Paul Weber <singpolyma@singpolyma.net>
11
* @see http://github.com/bendiken/openpgp-php
@@ -18,7 +18,7 @@
18
* @see http://tools.ietf.org/html/rfc4880
19
*/
20
class OpenPGP {
21
- const VERSION = array(0, 5, 0);
+ const VERSION = array(0, 6, 0);
22
23
/**
24
* @see http://tools.ietf.org/html/rfc4880#section-6
0 commit comments