aboutsummaryrefslogtreecommitdiffstats
path: root/community/lego/use-correct-version.patch
blob: 5dae0fd875cfce2203eb114927d4e226d9710141 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- ./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
 	}