Bumped to version 0.9.5-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-05-09 21:31:49 -07:00
parent 1ca4d5b56a
commit f8b84a988b
Signed by: erik
GPG key ID: 776702A6A2DA330E

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, 4);
version = version(0, 9, 5, "SNAPSHOT");
javaRelease = 17;