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 1701b2e commit c9b6e54Copy full SHA for c9b6e54
src/bld/java/rife/bld/extension/TestingHelpersBuild.java
@@ -35,7 +35,7 @@ public class TestingHelpersBuild extends Project {
35
public TestingHelpersBuild() {
36
pkg = "rife.bld.extension";
37
name = "bld-extensions-testing-helpers";
38
- version = version(0, 9, 0);
+ version = version(0, 9, 1);
39
40
javaRelease = 17;
41
0 commit comments