Skip to content

Commit

Permalink
bump version in getPackageVersion to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
austin-denoble committed Jun 7, 2024
1 parent b471e0c commit 604d8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/useragent/useragent.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func getPackageVersion() string {
// update at release time
return "v0.4.2-pre"
return "v0.5.0"
}

func BuildUserAgent(sourceTag string) string {
Expand Down

0 comments on commit 604d8df

Please sign in to comment.