Skip to content

Commit 38272b9

Browse files
bump tsubakuro version to v1.12.0
1 parent 7808946 commit 38272b9

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.4
1+
1.4.5

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.11.0'
12+
def tsubarkuro_version = '1.12.0'
1313

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

0 commit comments

Comments
 (0)