We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffa724f commit 361d423Copy full SHA for 361d423
config/config.go
@@ -18,7 +18,7 @@ import (
18
)
19
20
const (
21
- VERSION string = "0.7.2"
+ VERSION string = "0.7.3"
22
DefaultUserAgent string = "Dodo/" + VERSION
23
DefaultMethod string = "GET"
24
DefaultTimeout time.Duration = time.Second * 10
0 commit comments