Version 1.0.6

This commit is contained in:
Erik C. Thauvin 2025-01-10 06:53:17 -08:00
parent 9ff912ac7f
commit 3a67e0e1b6
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -38,7 +38,7 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() {
pkg = "rife.bld.extension";
name = "PitestExtension";
version = version(1, 0, 5);
version = version(1, 0, 6);
javaRelease = 17;