Skip to content

Commit

Permalink
ci: update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team committed Jul 15, 2022
1 parent 807e832 commit cedb6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provider/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package provider
// for release automation to work

const (
version = "0.63.0"
version = "0.64.0"
baseURL = "https://github.com/ockam-network/ockam/releases/download/ockam_v%s/ockam.%s-%s"
binary = "ockam-v" + version
arm64 = "arm64"
Expand Down

0 comments on commit cedb6e7

Please sign in to comment.