Bumped to version 0.9.6-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-05-09 21:27:55 -07:00
parent 375c4a70e2
commit 2b5f29a016
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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