From 11dfa67f052e1d7e5906691ef7956d64bcbb5e57 Mon Sep 17 00:00:00 2001 From: nhost-build <98952681+nhost-build@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:05:05 +0000 Subject: [PATCH] chore: bump nhost/dashboard to 1.13.2 (#861) Co-authored-by: onehassan --- 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 d33b41b71..46005da55 100644 --- a/cmd/dev/up.go +++ b/cmd/dev/up.go @@ -106,7 +106,7 @@ func CommandUp() *cli.Command { //nolint:funlen &cli.StringFlag{ //nolint:exhaustruct Name: flagDashboardVersion, Usage: "Dashboard version to use", - Value: "nhost/dashboard:1.13.0", + Value: "nhost/dashboard:1.13.2", EnvVars: []string{"NHOST_DASHBOARD_VERSION"}, }, &cli.StringFlag{ //nolint:exhaustruct