We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02fd087 commit 355a261Copy full SHA for 355a261
build.gradle
@@ -39,7 +39,7 @@ subprojects {
39
targetCompatibility = 1.8
40
41
ext['reactor-bom.version'] = 'Californium-SR2'
42
- ext['rsocket.version'] = '0.11.11'
+ ext['rsocket.version'] = '0.11.12.BUILD-SNAPSHOT'
43
44
ext['protobuf.version'] = '3.6.1'
45
ext['log4j.version'] = '2.9.0'
gradle.properties
@@ -1,2 +1,2 @@
1
group=io.rsocket.rpc
2
-version=0.2.5
+version=0.2.6.BUILD-SNAPSHOT
0 commit comments