From 4138523db6491c447d2b328bed7db1ba41775b62 Mon Sep 17 00:00:00 2001 From: A2 Geek Date: Sun, 19 Jul 2026 11:18:26 -0500 Subject: [PATCH] Update version number to 5.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 702ef1f..ce17b8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Universal bastools version number. Used for: # - Naming JAR file. # - The build will insert this into a file that is read at run time as well. -version=5.0-SNAPSHOT +version=5.0 # Maven Central Repository G and A of GAV coordinate. :-) group=org.applecommander