We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69d759 commit fcd3f8cCopy full SHA for fcd3f8c
version.go
@@ -2,6 +2,6 @@ package xds
2
3
const (
4
AppName string = "example-envoy-xds"
5
- Version string = "1.0.3"
+ Version string = "1.0.4"
6
UA string = AppName + "/" + Version
7
)
0 commit comments