Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
hishidama committed Jul 11, 2024
1 parent 95725d1 commit 7450699
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
@@ -3,7 +3,7 @@ plugins {
}

group = 'com.tsurugidb.tools'
version = '1.4.0-SNAPSHOT'
version = '1.4.0'

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

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

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

0 comments on commit 7450699

Please sign in to comment.