Skip to content

Commit b3b7a21

Browse files
committed
unary + handling
1 parent f2109bf commit b3b7a21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2024-10a
1+
# 2024-10b
22
- Detect and rewrite redundant unary '+' operators for strings.
33

44
# 2024-10

src/main/java/compass/CompassUtilities.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class CompassUtilities {
4040
public static boolean onLinux = false;
4141
public static String onPlatform = uninitialized;
4242

43-
public static final String thisProgVersion = "2024-10";
43+
public static final String thisProgVersion = "2024-10b";
4444
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";

0 commit comments

Comments
 (0)