We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2109bf commit b3b7a21Copy full SHA for b3b7a21
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 2024-10a
+# 2024-10b
2
- Detect and rewrite redundant unary '+' operators for strings.
3
4
# 2024-10
src/main/java/compass/CompassUtilities.java
@@ -40,7 +40,7 @@ public class CompassUtilities {
40
public static boolean onLinux = false;
41
public static String onPlatform = uninitialized;
42
43
- public static final String thisProgVersion = "2024-10";
+ public static final String thisProgVersion = "2024-10b";
44
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";
0 commit comments