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 10f9457 commit 46b1cdaCopy full SHA for 46b1cda
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.6.2";
+ private $version = "1.6.3";
33
34
private function gpg_encrypt($key, $text) {
35
0 commit comments