Version 0.8.0

This commit is contained in:
Pat Garrity 2026-07-20 21:49:33 -05:00
parent d2dc355d81
commit ead8979821
Signed by: pfm
GPG key ID: 0DC16BCA24B270C4

View file

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