Skip to content

Commit a3d41d9

Browse files
author
Alexander Furer
committed
release 2.3.2
1 parent a5bddc3 commit a3d41d9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repositories {
2121
2222
}
2323
dependencies {
24-
compile('org.lognet:grpc-spring-boot-starter:2.3.1')
24+
compile('org.lognet:grpc-spring-boot-starter:2.3.2')
2525
}
2626
----
2727

ReleaseNotes.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
== Version 2.3.2
2+
* Server reflection support
3+
14
== Version 2.3.1
25
* Closes #73
36

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.3.2-SNAPSHOT
1+
version=2.3.2
22
#group=io.github.lognet
33
group=org.lognet
44
description=Spring Boot starter for Google RPC.

0 commit comments

Comments
 (0)