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

Commit

Permalink
Update version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
a-feld committed May 7, 2021
1 parent 9aa2b19 commit b899b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telemetry/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package telemetry
const (
major = "0"
minor = "7"
patch = "0"
patch = "1"

// version is the full string version of this SDK.
version = major + "." + minor + "." + patch
Expand Down

0 comments on commit b899b10

Please sign in to comment.