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.80
Browse files Browse the repository at this point in the history
  • Loading branch information
blinktag authored and github-actions[bot] committed Jan 5, 2024
1 parent c9699b8 commit 44d0adc
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.79",
LibraryVersion: "v0.0.80",
Language: "go",
Arch: runtime.GOARCH,
Os: runtime.GOOS,
Expand Down

0 comments on commit 44d0adc

Please sign in to comment.