Skip to content

Commit

Permalink
Set version 5.0.3 for release (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
tawAsh1 authored Sep 29, 2022
1 parent e070afb commit 4f02fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ val sonatypeRepositoryUrl = if (isReleaseBuild) {
}

group = "com.linecorp.bot"
version = "5.1.0" + if (isReleaseBuild) {
version = "5.0.3" + if (isReleaseBuild) {
""
} else {
"-SNAPSHOT"
Expand Down

0 comments on commit 4f02fe2

Please sign in to comment.