Skip to content

Commit 6117332

Browse files
authored
Bump to 5.0.0. Since #798 breaks binary compatibility. (#799)
1 parent e01d397 commit 6117332

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ val sonatypeRepositoryUrl = if (isReleaseBuild) {
4444
}
4545

4646
group = "com.linecorp.bot"
47-
version = "4.10.0" + if (isReleaseBuild) {
47+
version = "5.0.0" + if (isReleaseBuild) {
4848
""
4949
} else {
5050
"-SNAPSHOT"

0 commit comments

Comments
 (0)