Skip to content

Commit

Permalink
chore(tools): bump balena cli to v15.0.3
Browse files Browse the repository at this point in the history
Old version started printing deprecation notice, so update.
  • Loading branch information
Hashem Hashem authored and hashemmm96 committed Feb 3, 2023
1 parent e03ba01 commit cd53e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sgbalenacli/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
const (
toolName = "balena-cli"
binaryName = "balena"
version = "v13.1.11"
version = "v15.0.3"
)

func Command(ctx context.Context, args ...string) *exec.Cmd {
Expand Down

0 comments on commit cd53e83

Please sign in to comment.