From 56365bcf864d68ab70e414910c6a86e5806202cd Mon Sep 17 00:00:00 2001 From: Lee Katz - Aspen Date: Mon, 7 Aug 2023 12:17:14 -0400 Subject: [PATCH] bump --- lib/Mashtree.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Mashtree.pm b/lib/Mashtree.pm index 4429ef4..65c8e79 100644 --- a/lib/Mashtree.pm +++ b/lib/Mashtree.pm @@ -86,7 +86,7 @@ Used to mark whether a file is being read, so that Mashtree limits disk I/O ###### # CONSTANTS -our $VERSION = "1.4.2"; +our $VERSION = "1.4.3"; our $MASHTREE_VERSION=$VERSION; our @fastqExt=qw(.fastq.gz .fastq .fq .fq.gz); our @fastaExt=qw(.fasta .fna .faa .mfa .fas .fsa .fa);