diff MonetDB-CLI/MonetDB/CLI.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/MonetDB/CLI.pm
+++ b/MonetDB-CLI/MonetDB/CLI.pm
@@ -1,6 +1,6 @@
 package MonetDB::CLI;
 
-our $VERSION = '1.00';
+our $VERSION = '1.01';
 
 our @Modules = split /;/, $ENV{PERL_MONETDB_CLI_MODULES}
   || 'MonetDB::CLI::MapiPP';