Skip to content

Commit b55996c

Browse files
committed
Bump to 0.7.0
1 parent 3778c42 commit b55996c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/openpgp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* (RFC 4880).
66
*
77
* @package OpenPGP
8-
* @version 0.6.0
8+
* @version 0.7.0
99
* @author Arto Bendiken <[email protected]>
1010
* @author Stephen Paul Weber <[email protected]>
1111
* @see http://github.com/bendiken/openpgp-php
@@ -18,7 +18,7 @@
1818
* @see http://tools.ietf.org/html/rfc4880
1919
*/
2020
class OpenPGP {
21-
const VERSION = array(0, 6, 0);
21+
const VERSION = array(0, 7, 0);
2222

2323
/**
2424
* @see http://tools.ietf.org/html/rfc4880#section-6

0 commit comments

Comments
 (0)