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 de99eae commit 760763bCopy full SHA for 760763b
basex-core/src/main/java/org/basex/util/Prop.java
@@ -24,7 +24,7 @@ public final class Prop {
24
/** Project name. */
25
public static final String NAME = "BaseX";
26
/** Current version (major and minor number, optionally followed by development tag). */
27
- private static final String CURRENT_VERSION = "12.1 beta";
+ private static final String CURRENT_VERSION = "12.1 RC1";
28
29
/** Name of project in lower case. */
30
public static final String PROJECT = NAME.toLowerCase(Locale.ENGLISH);
0 commit comments