Skip to content

Commit

Permalink
Update to ockam v0.55.0 (cli v0.15.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbourd committed May 4, 2022
1 parent 878d458 commit 096b0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/provider/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ func (c *Client) Read(filename string, dir string) (string, error) {
return strings.TrimSuffix(string(contents), "\n"), err
}

const baseURL = "https://github.com/ockam-network/ockam/releases/download/ockam_cli_preview_v%s/ockam.%s-%s"
const version = "0.12.0"
const baseURL = "https://github.com/ockam-network/ockam/releases/download/ockam_v%s/ockam.%s-%s"
const version = "0.55.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 096b0da

Please sign in to comment.