Version 0.9.0

This commit is contained in:
Erik C. Thauvin 2024-01-31 00:55:02 -08:00
parent 06cd50a069
commit 2393e851ba
3 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, 0, "SNAPSHOT");
version = version(0, 9, 0);
javaRelease = 17;
downloadSources = true;