Skip to content

Commit 3ecad52

Browse files
committed
change version id to 2024-10
1 parent a43d202 commit 3ecad52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/compass/CompassUtilities.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public class CompassUtilities {
4040
public static boolean onLinux = false;
4141
public static String onPlatform = uninitialized;
4242

43-
public static final String thisProgVersion = "2024-09";
44-
public static final String thisProgVersionDate = "September 2024";
43+
public static final String thisProgVersion = "2024-10";
44+
public static final String thisProgVersionDate = "October 2024";
4545
public static final String thisProgName = "Babelfish Compass";
4646
public static final String thisProgNameLong = "Compatibility assessment tool for Babelfish for PostgreSQL";
4747
public static final String thisProgNameExec = "Compass";

0 commit comments

Comments
 (0)