Skip to content

Commit

Permalink
build: ockam 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed May 25, 2022
1 parent 2f91ac6 commit 17e9acc
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.59.1"
const version = "0.59.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 17e9acc

Please sign in to comment.