From d7db2aaabfaf738ef7e45b008f3efb437d789409 Mon Sep 17 00:00:00 2001 From: Eric Wennerberg Date: Fri, 9 Aug 2024 17:11:04 +0200 Subject: [PATCH] feat(balenacli): bump to version v18.2.34 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 --- tools/sgbalenacli/tools.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sgbalenacli/tools.go b/tools/sgbalenacli/tools.go index 7254915a..bd811567 100644 --- a/tools/sgbalenacli/tools.go +++ b/tools/sgbalenacli/tools.go @@ -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 {