We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc69590 commit 862cbd5Copy full SHA for 862cbd5
1 file changed
src/bld/java/rife/bld/extension/tools/ToolsBuild.java
@@ -38,7 +38,7 @@ public ToolsBuild() {
38
pkg = "rife.bld.extension.tools";
39
name = "Extensions Tolls";
40
archiveBaseName = "bld-extensions-tools";
41
- version = version(1, 0, 1);
+ version = version(1, 1, 0);
42
43
javaRelease = 17;
44
0 commit comments