Version 0.9.8

This commit is contained in:
Erik C. Thauvin 2025-01-14 11:12:42 -08:00
parent 4571ce9767
commit 75abe7c657
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 19 additions and 6 deletions

View file

@ -34,7 +34,7 @@ public class PropertyFileBuild extends Project {
public PropertyFileBuild() {
pkg = "rife.bld.extension";
name = "bld-property-file";
version = version(0, 9, 7);
version = version(0, 9, 8);
javaRelease = 17;
downloadSources = true;