1
0
mirror of https://github.com/go-acme/lego.git synced 2025-01-07 00:37:37 +02:00

Prepare release v4.20.4

This commit is contained in:
Fernandez Ludovic 2024-11-21 15:51:41 +01:00 committed by Ludovic Fernandez
parent b66d768d64
commit 3fc9ae13e6
4 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## [v4.20.4](https://github.com/go-acme/lego/releases/tag/v4.20.4) (2024-11-21)
Publish the Snap to the Snapcraft stable channel.
## [v4.20.3](https://github.com/go-acme/lego/releases/tag/v4.20.3) (2024-11-21)
### Fixed

View File

@ -4,10 +4,10 @@ package sender
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "xenolf-acme/4.20.3"
ourUserAgent = "xenolf-acme/4.20.4"
// 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"
)

View File

@ -2,7 +2,7 @@
package main
const defaultVersion = "v4.20.3+dev-detach"
const defaultVersion = "v4.20.4+dev-release"
var version = ""

View File

@ -10,12 +10,12 @@ import (
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "goacme-lego/4.20.3"
ourUserAgent = "goacme-lego/4.20.4"
// 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"
)
// Get builds and returns the User-Agent string.