Version 0.4.0

This commit is contained in:
Pat Garrity 2026-07-20 21:38:01 -05:00
parent c3c1feb2cf
commit e2ce49aee7
Signed by: pfm
GPG key ID: 0DC16BCA24B270C4

View file

@ -12,7 +12,7 @@ resolvers += Resolver.mavenLocal
val ProjectName: String = "sbt-gs-semver"
val Description: String = "SBT 2.0.0+ plugin for Git-based semantic versioning."
val CurrentVersion: String = "0.4.0-SNAPSHOT"
val CurrentVersion: String = "0.4.0"
def isRelease(): Boolean =
!CurrentVersion.contains("SNAPSHOT")