Version 1.0.7

This commit is contained in:
Erik C. Thauvin 2025-01-14 11:00:23 -08:00
parent 8d4fa46d3c
commit 34f933628d
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 15 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, 6);
version = version(1, 0, 7);
javaRelease = 17;