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 e01d397 commit 6117332Copy full SHA for 6117332
build.gradle.kts
@@ -44,7 +44,7 @@ val sonatypeRepositoryUrl = if (isReleaseBuild) {
44
}
45
46
group = "com.linecorp.bot"
47
-version = "4.10.0" + if (isReleaseBuild) {
+version = "5.0.0" + if (isReleaseBuild) {
48
""
49
} else {
50
"-SNAPSHOT"
0 commit comments