Version 0.8.0
This commit is contained in:
parent
d2dc355d81
commit
ead8979821
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ externalResolvers := Seq(
|
||||||
val ProjectName: String = "sbt-garrity-software"
|
val ProjectName: String = "sbt-garrity-software"
|
||||||
val Description: String = "SBT 2.0.0+ plugin for Garrity Software projects."
|
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 =
|
def isRelease(): Boolean =
|
||||||
!CurrentVersion.contains("SNAPSHOT")
|
!CurrentVersion.contains("SNAPSHOT")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue