Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Nov 13, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2696f48 + 77b5556 commit 6573a74
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fun printMessageWithPrefix(message: String, prefix: String = "Info") {
fun printMessageWithPrefix(message: String, prefix: String) {
println("[$prefix] $message")
}

2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
@@ -25,6 +25,6 @@
"latestStable": true
},
{
"version": "1.9.20-RC2"
"version": "1.9.20"
}
]

0 comments on commit 6573a74

Please sign in to comment.