Skip to content

Commit

Permalink
bump to 1.41.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurnikov committed Dec 2, 2024
1 parent d18a4b7 commit 547f6a8
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 @@ -18,7 +18,7 @@ fun prop(name: String): String =

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

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

0 comments on commit 547f6a8

Please sign in to comment.