Skip to content

Commit 1fe586b

Browse files
release 0.8.19 (#1264)
1 parent e74b99e commit 1fe586b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
const version = "v0.8.18"
9+
const version = "v0.8.19"
1010

1111
var versionCmd = &cobra.Command{
1212
Use: "version",

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ require (
279279
github.com/mattn/go-isatty v0.0.10 // indirect
280280
github.com/mitchellh/cli v1.1.2 // indirect
281281
github.com/mitchellh/copystructure v1.2.0 // indirect
282-
github.com/mitchellh/go-homedir v1.1.0 // indirect
282+
github.com/mitchellh/go-homedir v1.1.0
283283
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
284284
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
285285
github.com/mitchellh/hashstructure v1.0.0 // indirect

0 commit comments

Comments
 (0)