Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

Commit

Permalink
Bumped version in register.go to v0.0.74
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag authored and github-actions[bot] committed Nov 9, 2023
1 parent 5e9e9ae commit b42b034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion register.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (s *Streamdal) genClientInfo() *protos.ClientInfo {
return &protos.ClientInfo{
ClientType: protos.ClientType(s.config.ClientType),
LibraryName: "go-sdk",
LibraryVersion: "v0.0.73",
LibraryVersion: "v0.0.74",
Language: "go",
Arch: runtime.GOARCH,
Os: runtime.GOOS,
Expand Down

0 comments on commit b42b034

Please sign in to comment.