Skip to content

Commit

Permalink
bump to 1.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Jan 16, 2025
1 parent 3ccb1af commit 08a5ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ fun prop(name: String): String =

val shortPlatformVersion = prop("shortPlatformVersion")
val useInstaller = prop("useInstaller").toBooleanStrict()
val codeVersion = "1.41.1"
val codeVersion = "1.42.0"

val pluginVersion = "$codeVersion.$shortPlatformVersion"
val pluginGroup = "org.move"
Expand Down

0 comments on commit 08a5ea8

Please sign in to comment.