update version

This commit is contained in:
eugenefischer
2022-09-29 00:53:11 -05:00
parent 756e5572b9
commit b6218c3ed3

View File

@@ -16,7 +16,7 @@ public class BiGpairSEQ {
private static HeapType priorityQueueHeapType = HeapType.FIBONACCI;
private static boolean outputBinary = true;
private static boolean outputGraphML = false;
private static final String version = "version 3.0";
private static final String version = "version 4.1";
public static void main(String[] args) {
if (args.length == 0) {