Skip to content

Commit 177e2f8

Browse files
authored
v5.9.0 (#61)
1 parent 67c663a commit 177e2f8

File tree

4 files changed

+5
-9
lines changed

4 files changed

+5
-9
lines changed

configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type ConfigurationOption func(*Configuration)
2222
func NewConfiguration(opts ...ConfigurationOption) *Configuration {
2323
cfg := &Configuration{
2424
basePath: "https://api.mux.com",
25-
userAgent: "Mux Go | 5.8.0",
25+
userAgent: "Mux Go | 5.9.0",
2626
}
2727
for _, opt := range opts {
2828
opt(cfg)

0 commit comments

Comments
 (0)