Version 0.9.1

This commit is contained in:
Erik C. Thauvin 2024-01-30 23:08:02 -08:00
parent 9a09ea2737
commit 80bb55a713
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ public class CheckstyleOperationBuild extends Project {
public CheckstyleOperationBuild() {
pkg = "rife.bld.extension";
name = "CheckstyleOperation";
version = version(0, 9, 1, "SNAPSHOT");
version = version(0, 9, 1);
javaRelease = 17;
downloadSources = true;