There was an error while loading. Please reload this page.
1 parent 603e79c commit 7aa8af2Copy full SHA for 7aa8af2
configuration.go
@@ -22,7 +22,7 @@ type ConfigurationOption func(*Configuration)
22
func NewConfiguration(opts ...ConfigurationOption) *Configuration {
23
cfg := &Configuration{
24
basePath: "https://api.mux.com",
25
- userAgent: "Mux Go | 0.10.0",
+ userAgent: "Mux Go | 0.11.0",
26
}
27
for _, opt := range opts {
28
opt(cfg)
0 commit comments