diff MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm @ 48:1bdbb3ca1ae0

Update internal version numbers, and make sure they get updated in the future.
author Sjoerd Mullender <sjoerd@acm.org>
date Wed, 02 Jun 2021 17:19:26 +0200 (2021-06-02)
parents 8c8bd15f7a0b
children 44da5de4a725
line wrap: on
line diff
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/Mapi.pm
@@ -12,7 +12,7 @@ use IO::Socket;
 use Digest::MD5 'md5_hex';
 use Digest::SHA qw(sha1_hex sha256_hex sha512_hex);
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 sub pass_chal {
   my ($passwd, @challenge) = @_;