diff MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm @ 49:44da5de4a725

Remove leading zero from minor version number in $VERSION strings.
author Sjoerd Mullender <sjoerd@acm.org>
date Fri, 04 Jun 2021 14:41:30 +0200 (2021-06-04)
parents 1bdbb3ca1ae0
children 96edc4137944
line wrap: on
line diff
--- a/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm
+++ b/MonetDB-CLI-MapiPP/MonetDB/CLI/MapiPP.pm
@@ -6,7 +6,7 @@ use MonetDB::CLI::Mapi;
 use strict;
 use warnings;
 
-our $VERSION = '1.01';
+our $VERSION = '1.1';
 
 
 my %unescape = ( n => "\n", t => "\t", r => "\r", f => "\f");