Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Dec 22, 2024
1 parent 876a6bf commit b547435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/src/main/groovy/tanzawa.java-base.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group = 'com.tsurugidb.tools'
version = '1.8.0-SNAPSHOT'
version = '1.7.1'

java {
toolchain {
Expand All @@ -21,7 +21,7 @@ def qualifyProjectName(Project project) {
}

ext {
tsubakuroVersion = '1.8.0-SNAPSHOT'
tsubakuroVersion = '1.7.0'
isReleaseVersion = !version.endsWith("SNAPSHOT")

buildTimestamp = new Date().format("yyyy-MM-dd'T'HH:mm:ss.SSSZ")
Expand Down

0 comments on commit b547435

Please sign in to comment.