Prepare release v4.7.0
This commit is contained in:
parent
d95b487af1
commit
364439a7c6
2 changed files with 24 additions and 2 deletions
|
@ -5,10 +5,10 @@ package sender
|
|||
|
||||
const (
|
||||
// ourUserAgent is the User-Agent of this underlying library package.
|
||||
ourUserAgent = "xenolf-acme/4.6.0"
|
||||
ourUserAgent = "xenolf-acme/4.7.0"
|
||||
|
||||
// ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
|
||||
// values: detach|release
|
||||
// NOTE: Update this with each tagged release.
|
||||
ourUserAgentComment = "detach"
|
||||
ourUserAgentComment = "release"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue