Skip to content

Commit

Permalink
moved to 1.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
tribbloid committed Oct 9, 2024
1 parent 01f37c0 commit f18daf1
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 @@ -6,7 +6,7 @@ class Versions(self: Project) {
val projectGroup = "io.tryp"
val projectRootID = "splain"

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

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

0 comments on commit f18daf1

Please sign in to comment.