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 acf5988 commit 17f2904Copy full SHA for 17f2904
libs/GPG.php
@@ -29,7 +29,7 @@ class GPG
29
30
private $width = 16;
31
private $el = array(3, 5, 9, 17, 513, 1025, 2049, 4097);
32
- private $version = "1.4.7";
+ private $version = "1.5.0";
33
34
private function gpg_encrypt($key, $text) {
35
0 commit comments