From 9826cdc7b62748c86c093f4502a5e62efafa790a Mon Sep 17 00:00:00 2001 From: daniel1302 Date: Mon, 1 Jul 2024 21:06:20 +0200 Subject: [PATCH] feat: bump vega versin to install to v0.76.8 --- cmd/install_dependencies.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/install_dependencies.go b/cmd/install_dependencies.go index d8339240..87e1262f 100644 --- a/cmd/install_dependencies.go +++ b/cmd/install_dependencies.go @@ -12,7 +12,7 @@ import ( ) const ( - latestReleaseTag = "v0.76.0-preview.3" + latestReleaseTag = "v0.76.8" ) var (