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 d4ebf47 commit 9f86308Copy full SHA for 9f86308
build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
}
10
11
ext {
12
- projectVersion = '2.12.0.RELEASE'
+ projectVersion = '2.13.0-SNAPSHOT'
13
14
// https://github.com/grpc/grpc-java/releases
15
grpcVersion = '1.37.0'
docs/en/versions.md
@@ -47,6 +47,7 @@ Current version.
47
48
| Version | spring-boot | gRPC | Date |
49
|:-------:|:-----------:|:----:| ---: |
50
+| 2.13.0* | 2.4.5 | 1.37.0 | TBA |
51
| 2.12.0 | 2.4.5 | 1.37.0 | Mai, 2021 |
52
| 2.11.0 | 2.3.8 | 1.35.0 | Feb, 2021 |
53
| 2.10.1 | 2.3.3 | 1.31.1 | Aug, 2020 |
0 commit comments