Version 0.9.6

This commit is contained in:
Erik C. Thauvin 2024-06-22 15:39:22 -07:00
parent a6c6a0bf34
commit bae5ea465d
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ public class SpringBootBuild extends Project {
public SpringBootBuild() {
pkg = "rife.bld.extension";
name = "bld-spring-boot";
version = version(0, 9, 6, "SNAPSHOT");
version = version(0, 9, 6);
javaRelease = 17;