We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95743a2 commit c2c5ba9Copy full SHA for c2c5ba9
unicodetools/src/main/java/org/unicode/text/utility/Settings.java
@@ -41,7 +41,7 @@ public String toString() {
41
}
42
};
43
44
- public static final ReleasePhase latestVersionPhase = ReleasePhase.ALPHA;
+ public static final ReleasePhase latestVersionPhase = ReleasePhase.BETA;
45
46
public static final String lastVersion = "16.0.0"; // last released version
47
0 commit comments