Skip to content

Commit

Permalink
Bump version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vyadh committed Jul 18, 2020
1 parent 34226aa commit 4a2a735
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 @@ -22,7 +22,7 @@ repositories {
}

group = "com.github.vyadh.teamcity"
version = "1.9.0${buildNumber()}"
version = "1.10.0${buildNumber()}"
project.logger.lifecycle("Building version: $version")

extra["teamcityVersion"] = findProperty("teamcity.version") ?: "2018.2"
Expand Down

0 comments on commit 4a2a735

Please sign in to comment.