Skip to content

Commit 77df50a

Browse files
zasweqpurnesh42H
authored andcommitted
examples/features/csm_observability: Make CSM Observability example server listen on an IPV4 address (grpc#7933) (grpc#7934)
1 parent 9355fbc commit 77df50a

File tree

2 files changed

+1
-91
lines changed

2 files changed

+1
-91
lines changed

examples/features/csm_observability/server/main.go

Lines changed: 0 additions & 90 deletions
This file was deleted.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
package grpc
2020

2121
// Version is the current grpc version.
22-
const Version = "1.69.1"
22+
const Version = "1.69.2-dev"

0 commit comments

Comments
 (0)