Skip to content

Commit f655cf5

Browse files
committed
Bump version number
1 parent 27c0a64 commit f655cf5

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

0 commit comments

Comments
 (0)