mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
This reverts commit 713303885c
.
This one uses snapshot, so let it keep in community for now.
12 lines
226 B
Diff
12 lines
226 B
Diff
--- ./cli.go.orig
|
|
+++ ./cli.go
|
|
@@ -32,7 +32,7 @@
|
|
app.Name = "lego"
|
|
app.Usage = "Let's Encrypt client written in Go"
|
|
|
|
- version := "0.3.0"
|
|
+ version := "0.3.1"
|
|
if strings.HasPrefix(gittag, "v") {
|
|
version = gittag
|
|
}
|