From e2ce49aee73319096323cd8b08ff2718c6ef226b Mon Sep 17 00:00:00 2001 From: Pat Garrity Date: Mon, 20 Jul 2026 21:38:01 -0500 Subject: [PATCH] Version 0.4.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8869e18..5e34720 100644 --- a/build.sbt +++ b/build.sbt @@ -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")