Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singpolyma committed Aug 12, 2024
1 parent 3778c42 commit b55996c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/openpgp.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* (RFC 4880).
*
* @package OpenPGP
* @version 0.6.0
* @version 0.7.0
* @author Arto Bendiken <[email protected]>
* @author Stephen Paul Weber <[email protected]>
* @see http://github.com/bendiken/openpgp-php
Expand All @@ -18,7 +18,7 @@
* @see http://tools.ietf.org/html/rfc4880
*/
class OpenPGP {
const VERSION = array(0, 6, 0);
const VERSION = array(0, 7, 0);

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

0 comments on commit b55996c

Please sign in to comment.