We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2080e09 + eaa8b57 commit 4c2a184Copy full SHA for 4c2a184
2 files changed
man/go.mod
@@ -7,7 +7,7 @@ go 1.12.0
7
8
//require (
9
// github.com/docker/cli v0.0.0+incompatible
10
-// github.com/cpuguy83/go-md2man/v2 v2.0.4
+// github.com/cpuguy83/go-md2man/v2 v2.0.5
11
// github.com/spf13/cobra v1.2.1
12
// github.com/spf13/pflag v1.0.5
13
//)
scripts/docs/generate-man.sh
@@ -2,7 +2,7 @@
2
3
set -eu
4
5
-: "${MD2MAN_VERSION=v2.0.4}"
+: "${MD2MAN_VERSION=v2.0.5}"
6
export GO111MODULE=auto
0 commit comments