Skip to content

Commit

Permalink
Embed Go SDK version to 0.9.0 (#854)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolongran <[email protected]>

Signed-off-by: xiaolongran <[email protected]>
  • Loading branch information
wolfstudy authored Sep 29, 2022
1 parent 9ecebb1 commit dd63a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pulsar/internal/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit dd63a4c

Please sign in to comment.