Skip to content

Commit

Permalink
ockam 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed May 9, 2022
1 parent dff7745 commit a1eab42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func (c *Client) Read(filename string, dir string) (string, error) {
}

const baseURL = "https://github.com/ockam-network/ockam/releases/download/ockam_v%s/ockam.%s-%s"
const version = "0.56.0"
const version = "0.57.0"
const binary = "ockam-v" + version

// downloadBinary downloads the Ockam binary and places it in the user's cache.
Expand Down

0 comments on commit a1eab42

Please sign in to comment.