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 e070afb commit 4f02fe2Copy full SHA for 4f02fe2
build.gradle.kts
@@ -42,7 +42,7 @@ val sonatypeRepositoryUrl = if (isReleaseBuild) {
42
}
43
44
group = "com.linecorp.bot"
45
-version = "5.1.0" + if (isReleaseBuild) {
+version = "5.0.3" + if (isReleaseBuild) {
46
""
47
} else {
48
"-SNAPSHOT"
0 commit comments