Skip to content

Commit 1fe17f3

Browse files
authored
Start 5.0.2 development
1 parent be2a571 commit 1fe17f3

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
@@ -42,7 +42,7 @@ val sonatypeRepositoryUrl = if (isReleaseBuild) {
4242
}
4343

4444
group = "com.linecorp.bot"
45-
version = "5.0.1" + if (isReleaseBuild) {
45+
version = "5.0.2" + if (isReleaseBuild) {
4646
""
4747
} else {
4848
"-SNAPSHOT"

0 commit comments

Comments
 (0)