Skip to content

Commit 682c50e

Browse files
committed
Version 1.1.10-SNAPSHOT
1 parent 6882490 commit 682c50e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bld/java/rife/bld/extension/PmdOperationBuild.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class PmdOperationBuild extends Project {
3131
public PmdOperationBuild() {
3232
pkg = "rife.bld.extension";
3333
name = "bld-pmd";
34-
version = version(1, 1, 9);
34+
version = version(1, 1, 10, "SNAPSHOT");
3535

3636
javaRelease = 17;
3737

0 commit comments

Comments
 (0)