Skip to content

Commit 7aa8af2

Browse files
committed
VERSION BUMP to 0.11.0 (automated)
1 parent 603e79c commit 7aa8af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 | 0.10.0",
25+
userAgent: "Mux Go | 0.11.0",
2626
}
2727
for _, opt := range opts {
2828
opt(cfg)

0 commit comments

Comments
 (0)