From 12a3c6fc13e87cbee2f6adf1a41d2c0b52e5ae21 Mon Sep 17 00:00:00 2001 From: Michael Riffle Date: Fri, 8 Sep 2023 13:33:49 -0700 Subject: [PATCH] bump version --- .../org/yeastrc/limelight/xml/comettpp/constants/Constants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/yeastrc/limelight/xml/comettpp/constants/Constants.java b/src/main/java/org/yeastrc/limelight/xml/comettpp/constants/Constants.java index 4831c7e..59f6d5e 100644 --- a/src/main/java/org/yeastrc/limelight/xml/comettpp/constants/Constants.java +++ b/src/main/java/org/yeastrc/limelight/xml/comettpp/constants/Constants.java @@ -8,6 +8,6 @@ public class Constants { public static final String CONVERSION_PROGRAM_NAME = "cometTPP2LimelightXML.jar"; public static final String CONVERSION_PROGRAM_URI = "https://github.com/yeastrc/limelight-import-comet-tpp"; - public static final String CONVERSION_PROGRAM_VERSION = "2.7.1"; + public static final String CONVERSION_PROGRAM_VERSION = "2.7.2"; }