Skip to content

Commit

Permalink
Fix up version in configuration.go
Browse files Browse the repository at this point in the history
  • Loading branch information
philcluff committed May 10, 2019
1 parent c19e2bb commit f6d26e8
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 | 1.0.0",
userAgent: "Mux Go | 0.2.0",
}
for _, opt := range opts {
opt(cfg)
Expand Down

0 comments on commit f6d26e8

Please sign in to comment.