Version 0.9.6

This commit is contained in:
Erik C. Thauvin 2024-05-26 23:10:01 -07:00
parent b27e6e743c
commit 1e90d059cf
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 2 additions and 6 deletions

View file

@ -36,7 +36,7 @@ public class GeneratedVersionOperationBuild extends Project {
public GeneratedVersionOperationBuild() {
pkg = "rife.bld.extension";
name = "GeneratedVersionOperation";
version = version(0, 9, 6, "SNAPSHOT");
version = version(0, 9, 6);
javaRelease = 17;
downloadSources = true;