Skip to content

Commit

Permalink
Bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Oct 4, 2023
1 parent a359e64 commit 82c351c
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.tanzawa'
version = '1.1.0-SNAPSHOT'
version = '1.0.1'

java {
toolchain {
Expand All @@ -12,7 +12,7 @@ java {
}

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

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

0 comments on commit 82c351c

Please sign in to comment.