Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
philcluff committed Feb 11, 2020
1 parent 27c0a64 commit f655cf5
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.5.0",
userAgent: "Mux Go | 0.6.0",
}
for _, opt := range opts {
opt(cfg)
Expand Down

0 comments on commit f655cf5

Please sign in to comment.