Skip to content

Commit 760763b

Browse files
BaseX 12.1 RC1
1 parent de99eae commit 760763b

File tree

1 file changed

+1
-1
lines changed
  • basex-core/src/main/java/org/basex/util

1 file changed

+1
-1
lines changed

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.1 beta";
27+
private static final String CURRENT_VERSION = "12.1 RC1";
2828

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

0 commit comments

Comments
 (0)