Skip to content

Commit

Permalink
VERSION BUMP to 0.13.0 (automated)
Browse files Browse the repository at this point in the history
  • Loading branch information
eropple committed Mar 17, 2021
1 parent a394469 commit 744e166
Showing 1 changed file with 1 addition and 1 deletion.
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 | 0.12.0",
userAgent: "Mux Go | 0.13.0",
}
for _, opt := range opts {
opt(cfg)
Expand Down

0 comments on commit 744e166

Please sign in to comment.