Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit 5ce3c53

Browse files
authored
chore: bump nhost/dashboard to 2.35.0
1 parent 3467797 commit 5ce3c53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/dev/cloud.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func CommandCloud() *cli.Command {
5656
&cli.StringFlag{ //nolint:exhaustruct
5757
Name: flagDashboardVersion,
5858
Usage: "Dashboard version to use",
59-
Value: "nhost/dashboard:2.33.0",
59+
Value: "nhost/dashboard:2.35.0",
6060
EnvVars: []string{"NHOST_DASHBOARD_VERSION"},
6161
},
6262
&cli.StringFlag{ //nolint:exhaustruct

cmd/dev/up.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func CommandUp() *cli.Command { //nolint:funlen
111111
&cli.StringFlag{ //nolint:exhaustruct
112112
Name: flagDashboardVersion,
113113
Usage: "Dashboard version to use",
114-
Value: "nhost/dashboard:2.33.0",
114+
Value: "nhost/dashboard:2.35.0",
115115
EnvVars: []string{"NHOST_DASHBOARD_VERSION"},
116116
},
117117
&cli.StringFlag{ //nolint:exhaustruct

0 commit comments

Comments
 (0)