Skip to content

Commit

Permalink
Mark next release version 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsacha committed Nov 5, 2021
1 parent a017d7f commit 375ff3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name := "ijp-color-project"
val Scala2_12 = "2.12.15"
val Scala2_13 = "2.13.6"

val _version = "0.11.0.1-SNAPSHOT"
val _version = "0.11.1"
val _scalaVersions = Seq(Scala2_13, Scala2_12)
val _scalaVersion = _scalaVersions.head

Expand Down

0 comments on commit 375ff3f

Please sign in to comment.