Skip to content

Commit

Permalink
chore(deps): update to v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Mar 23, 2023
1 parent e6b8925 commit 293c91b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cmd/lassie/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ var FlagProtocols = &cli.StringFlag{
Name: "protocols",
DefaultText: "bitswap,graphsync",
Usage: "List of retrieval protocols to use, seperated by a comma",
EnvVars: []string{"LASSIE_SUPPORTED_PROTOCOLS"},
Action: func(cctx *cli.Context, v string) error {
var err error
protocols, err = types.ParseProtocolsString(v)
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.6.9"
"version": "v0.6.10"
}

0 comments on commit 293c91b

Please sign in to comment.