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 Aug 29, 2022
1 parent 1f97533 commit caff51d
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.70.0"
version = "0.71.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 caff51d

Please sign in to comment.