Skip to content

Commit 8e4d4e9

Browse files
bump tsubarkuo to 1.9.0 and prepare v1.4.1
1 parent fc03230 commit 8e4d4e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

webapi/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
group = 'com.tsurugidb.belayer'
1010
def versionString = file('../VERSION').text.trim()
1111
version = versionString
12-
def tsubarkuro_version = '1.8.0'
12+
def tsubarkuro_version = '1.9.0'
1313

1414
def resolvedTsubakuroVersion = project.hasProperty('com.tsurugidb.tsubakuro.version')
1515
? project.getProperty('com.tsurugidb.tsubakuro.version')

0 commit comments

Comments
 (0)