Version 0.9.5

This commit is contained in:
Erik C. Thauvin 2024-06-20 18:42:45 -07:00
parent 3a08a9d845
commit 859a1e73a2
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 3 additions and 3 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, 5, "SNAPSHOT");
version = version(0, 9, 5);
javaRelease = 17;