Version 0.9.5

This commit is contained in:
Erik C. Thauvin 2024-07-29 16:14:29 -07:00
parent e4ccacab60
commit 05ac3a44e8
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ public class DetektOperationBuild extends Project {
public DetektOperationBuild() {
pkg = "rife.bld.extension";
name = "DetektOperation";
version = version(0, 9, 5, "SNAPSHOT");
version = version(0, 9, 5);
javaRelease = 17;
downloadSources = true;