Skip to content

Commit 1c3bdcd

Browse files
committed
Bump to 0.6.0
1 parent 8dfac4b commit 1c3bdcd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.5.0
8+
* @version 0.6.0
99
* @author Arto Bendiken <arto.bendiken@gmail.com>
1010
* @author Stephen Paul Weber <singpolyma@singpolyma.net>
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, 5, 0);
21+
const VERSION = array(0, 6, 0);
2222

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

0 commit comments

Comments
 (0)