We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f3e54a + 3d0ffc5 commit 04edde1Copy full SHA for 04edde1
build.gradle
@@ -31,7 +31,7 @@ subprojects {
31
targetCompatibility = 1.8
32
33
ext['reactor-bom.version'] = 'Californium-SR1'
34
- ext['rsocket.version'] = '0.11.12'
+ ext['rsocket.version'] = '0.11.13'
35
36
ext['protobuf.version'] = '3.6.1'
37
ext['log4j.version'] = '2.9.0'
@@ -60,4 +60,4 @@ subprojects {
60
toolVersion = '1.6'
61
exclude '**/generated'
62
}
63
-}
+}
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.10
+version=0.2.11
0 commit comments