Skip to content

Commit

Permalink
v1.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Feb 12, 2024
1 parent 023383b commit b826a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class Versions(self: Project) {
val projectRootID = "splain"

val projectVMajor = "1.1.0"
val projectV = projectVMajor + "-SNAPSHOT"
val projectV = projectVMajor + "-RC1"

val scalaGroup: String = self.properties.get("scalaGroup").toString()

Expand Down

0 comments on commit b826a6a

Please sign in to comment.