There was an error while loading. Please reload this page.
1 parent a394469 commit 744e166Copy full SHA for 744e166
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.12.0",
+ userAgent: "Mux Go | 0.13.0",
26
}
27
for _, opt := range opts {
28
opt(cfg)
0 commit comments