Skip to content

Commit 0793ee1

Browse files
[MOD] BaseX 12.3 RC1
1 parent 3a35f7c commit 0793ee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • basex-core/src/main/java/org/basex/util

basex-core/src/main/java/org/basex/util/Prop.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class Prop {
2424
/** Project name. */
2525
public static final String NAME = "BaseX";
2626
/** Current version (major and minor number, optionally followed by development tag). */
27-
private static final String CURRENT_VERSION = "12.3 beta";
27+
private static final String CURRENT_VERSION = "12.3 RC1";
2828

2929
/** Name of project in lower case. */
3030
public static final String PROJECT = NAME.toLowerCase(Locale.ENGLISH);

0 commit comments

Comments
 (0)