From ead8979821b8276f23508171eb2ed8de8bee1cf4 Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Mon, 20 Jul 2026 21:49:33 -0500 Subject: [PATCH] Version 0.8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b607145..8c37bdc 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ externalResolvers := Seq( val ProjectName: String = "sbt-garrity-software" val Description: String = "SBT 2.0.0+ plugin for Garrity Software projects." -val CurrentVersion: String = "0.8.0-SNAPSHOT" +val CurrentVersion: String = "0.8.0" def isRelease(): Boolean = !CurrentVersion.contains("SNAPSHOT")