Skip to content

Commit 14514b7

Browse files
authored
Start 5.0.1 development (#800)
1 parent 6117332 commit 14514b7

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 = "5.0.0" + if (isReleaseBuild) {
47+
version = "5.0.1" + if (isReleaseBuild) {
4848
""
4949
} else {
5050
"-SNAPSHOT"

0 commit comments

Comments
 (0)