Skip to content

Commit

Permalink
v5.9.0 (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanford8 authored Nov 20, 2024
1 parent 67c663a commit 177e2f8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type ConfigurationOption func(*Configuration)
func NewConfiguration(opts ...ConfigurationOption) *Configuration {
cfg := &Configuration{
basePath: "https://api.mux.com",
userAgent: "Mux Go | 5.8.0",
userAgent: "Mux Go | 5.9.0",
}
for _, opt := range opts {
opt(cfg)
Expand Down
Loading

0 comments on commit 177e2f8

Please sign in to comment.