From 61e03c8090199a797bbb4804d648e56cf689278d Mon Sep 17 00:00:00 2001 From: onehassan Date: Mon, 4 Nov 2024 16:52:09 +0000 Subject: [PATCH] chore: bump nhost/dashboard to 2.2.0 --- cmd/dev/up.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dev/up.go b/cmd/dev/up.go index ac3a1a11..80382354 100644 --- a/cmd/dev/up.go +++ b/cmd/dev/up.go @@ -110,7 +110,7 @@ func CommandUp() *cli.Command { //nolint:funlen &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:2.1.0", + Value: "nhost/dashboard:2.2.0", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct