Prepare release v4.30.1

This commit is contained in:
Fernandez Ludovic 2025-12-16 19:25:40 +01:00 committed by Ludovic Fernandez
commit 27075d562a
5 changed files with 16 additions and 5 deletions

View file

@ -10,12 +10,12 @@ import (
const (
// ourUserAgent is the User-Agent of this underlying library package.
ourUserAgent = "goacme-lego/4.30.0"
ourUserAgent = "goacme-lego/4.30.1"
// 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.