1.0.4-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-04-24 11:24:42 -07:00
parent fc8304ccde
commit 6bec436b11
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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