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.78
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag authored and github-actions[bot] committed Dec 6, 2023
1 parent d00b479 commit ba9428c
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.77",
LibraryVersion: "v0.0.78",
Language: "go",
Arch: runtime.GOARCH,
Os: runtime.GOOS,
Expand Down

0 comments on commit ba9428c

Please sign in to comment.