Skip to content

Commit

Permalink
Prepare release v4.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed Jun 19, 2023
1 parent 5e632b5 commit 6065801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acme/api/internal/sender/useragent.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package sender

const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.12.2"
ourUserAgent = "xenolf-acme/4.12.3"

// 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"
)

0 comments on commit 6065801

Please sign in to comment.