Version 0.4.0
This commit is contained in:
parent
c3c1feb2cf
commit
e2ce49aee7
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ resolvers += Resolver.mavenLocal
|
||||||
val ProjectName: String = "sbt-gs-semver"
|
val ProjectName: String = "sbt-gs-semver"
|
||||||
val Description: String = "SBT 2.0.0+ plugin for Git-based semantic versioning."
|
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 =
|
def isRelease(): Boolean =
|
||||||
!CurrentVersion.contains("SNAPSHOT")
|
!CurrentVersion.contains("SNAPSHOT")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue