Skip to content

Commit 39bee2b

Browse files
committed
v1.2.0
1 parent ffd86c6 commit 39bee2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class Versions(private val project: Project) {
77
val projectRootID = "splain"
88

99
val projectVMajor = "1.2.0"
10-
val projectV = projectVMajor + "-SNAPSHOT"
10+
val projectV = projectVMajor
1111

1212
inner class Scala {
1313
val group: String = project.properties["scalaGroup"]?.toString() ?: "org.scala-lang"

0 commit comments

Comments
 (0)