We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7808946 commit 38272b9Copy full SHA for 38272b9
VERSION
@@ -1 +1 @@
1
-1.4.4
+1.4.5
webapi/build.gradle
@@ -9,7 +9,7 @@ plugins {
9
group = 'com.tsurugidb.belayer'
10
def versionString = file('../VERSION').text.trim()
11
version = versionString
12
-def tsubarkuro_version = '1.11.0'
+def tsubarkuro_version = '1.12.0'
13
14
def resolvedTsubakuroVersion = project.hasProperty('com.tsurugidb.tsubakuro.version')
15
? project.getProperty('com.tsurugidb.tsubakuro.version')
0 commit comments