Skip to content

Commit

Permalink
chore: change project version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSafonov committed Dec 12, 2021
1 parent 017faad commit 864c9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ apply(plugin = "info.solidsoft.pitest")


group = "com.github.mikesafonov"
version = "1.6.0"
version = "1.7.0"

repositories {
mavenCentral()
Expand Down Expand Up @@ -188,7 +188,7 @@ sonarqube {
property("sonar.organization", "mikesafonov-github")
property("sonar.projectName", "jira-telegram-bot")
property("sonar.projectKey", "MikeSafonov_jira-telegram-bot")
property("sonar.projectVersion", "1.6.0")
property("sonar.projectVersion", "1.7.0")
property("sonar.sources", "src/main")
property("sonar.tests", "src/test")
property("sonar.coverage.jacoco.xmlReportPaths", "build/reports/jacoco/test/jacocoTestReport.xml")
Expand Down

0 comments on commit 864c9a4

Please sign in to comment.