We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6117332 commit 14514b7Copy full SHA for 14514b7
build.gradle.kts
@@ -44,7 +44,7 @@ val sonatypeRepositoryUrl = if (isReleaseBuild) {
44
}
45
46
group = "com.linecorp.bot"
47
-version = "5.0.0" + if (isReleaseBuild) {
+version = "5.0.1" + if (isReleaseBuild) {
48
""
49
} else {
50
"-SNAPSHOT"
0 commit comments