Version 0.9.6

This commit is contained in:
Erik C. Thauvin 2024-07-28 22:12:54 -07:00
parent c1774e61ab
commit 2c796a1260
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 8 additions and 5 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, 6, "SNAPSHOT");
version = version(0, 9, 6);
javaRelease = 17;
downloadSources = true;