This is an automated email from the ASF dual-hosted git repository.
rxl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-client-go.git
The following commit(s) were added to refs/heads/master by this push:
new dd63a4c Embed Go SDK version to 0.9.0 (#854)
dd63a4c is described below
commit dd63a4cc3c151cf9fdc6070ae4922966185e7c20
Author: xiaolong ran <[email protected]>
AuthorDate: Thu Sep 29 14:01:36 2022 +0800
Embed Go SDK version to 0.9.0 (#854)
Signed-off-by: xiaolongran <[email protected]>
Signed-off-by: xiaolongran <[email protected]>
---
pulsar/internal/connection.go | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pulsar/internal/connection.go b/pulsar/internal/connection.go
index 8ddbc04..4196396 100644
--- a/pulsar/internal/connection.go
+++ b/pulsar/internal/connection.go
@@ -39,8 +39,8 @@ import (
)
const (
- // TODO: Find a better way to embed the version in the library code
- PulsarVersion = "0.1"
+ // PulsarVersion FIXME: Before each release, please modify the current
Version value.
+ PulsarVersion = "0.9.0"
ClientVersionString = "Pulsar Go " + PulsarVersion
PulsarProtocolVersion = int32(pb.ProtocolVersion_v18)