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")