Skip to content

Commit

Permalink
v1.1.0-RC0
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Nov 5, 2023
1 parent 874bc62 commit 7347fbd
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 + "-RC0"

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

Expand Down

0 comments on commit 7347fbd

Please sign in to comment.