Skip to content

Commit

Permalink
Change version to 1.5.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
hishidama committed Jul 11, 2024
1 parent 7450699 commit e8d66e1
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.4.0'
version = '1.5.0-SNAPSHOT'

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

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

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

0 comments on commit e8d66e1

Please sign in to comment.