Skip to content

Commit

Permalink
feat(balenacli): bump to version v18.2.34
Browse files Browse the repository at this point in the history
The current version is over a year old, and new features and fixes are
added to the CLI. See https://github.com/balena-io/balena-cli/releases
  • Loading branch information
ericwenn committed Aug 10, 2024
1 parent 808e930 commit d7db2aa
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 = "v16.6.3"
version = "v18.2.34"
)

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

0 comments on commit d7db2aa

Please sign in to comment.