Version 1.0.3-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-01-23 10:12:19 -08:00
parent f8db36b235
commit 98dbf61eb1
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(1, 0, 2);
version = version(1, 0, 3, "SNAPSHOT");
javaRelease = 17;