We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a43d202 commit 3ecad52Copy full SHA for 3ecad52
src/main/java/compass/CompassUtilities.java
@@ -40,8 +40,8 @@ public class CompassUtilities {
40
public static boolean onLinux = false;
41
public static String onPlatform = uninitialized;
42
43
- public static final String thisProgVersion = "2024-09";
44
- public static final String thisProgVersionDate = "September 2024";
+ public static final String thisProgVersion = "2024-10";
+ public static final String thisProgVersionDate = "October 2024";
45
public static final String thisProgName = "Babelfish Compass";
46
public static final String thisProgNameLong = "Compatibility assessment tool for Babelfish for PostgreSQL";
47
public static final String thisProgNameExec = "Compass";
0 commit comments