0.9.9-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-02-25 10:34:46 -08:00
parent ca4ba41e21
commit cc755c7b1e
Signed by: erik
GPG key ID: 776702A6A2DA330E

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, 8);
version = version(0, 9, 9, "SNAPSHOT");
javaRelease = 17;
downloadSources = true;