Skip to content

Commit 28ea0b8

Browse files
committed
Update version
1 parent 4309cca commit 28ea0b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/map/include/map_parameters.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ float confidence_interval = 0.95; // Confidence interval to re
9898
float percentage_identity = 0.85; // Percent identity in the mapping step
9999
float ANIDiff = 0.0; // Stage 1 ANI diff threshold
100100
float ANIDiffConf = 0.999; // ANI diff confidence
101-
std::string VERSION = "3.1.0"; // Version of MashMap
101+
std::string VERSION = "3.1.1"; // Version of MashMap
102102
}
103103
}
104104

0 commit comments

Comments
 (0)