Skip to content

Commit 4f02fe2

Browse files
authored
Set version 5.0.3 for release (#844)
1 parent e070afb commit 4f02fe2

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.1.0" + if (isReleaseBuild) {
45+
version = "5.0.3" + if (isReleaseBuild) {
4646
""
4747
} else {
4848
"-SNAPSHOT"

0 commit comments

Comments
 (0)