From 0fd438ae76dbd69f3d8d059173919df418c5c6fb Mon Sep 17 00:00:00 2001 From: developerjamiu Date: Fri, 31 Jul 2026 10:58:19 +0100 Subject: [PATCH] docs: Update Get started CLI pins to 4.0.0-beta.1 --- docs/04-get-started/01-installation.md | 2 +- docs/04-get-started/02-quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/04-get-started/01-installation.md b/docs/04-get-started/01-installation.md index 835e58c4..2a1b1f41 100644 --- a/docs/04-get-started/01-installation.md +++ b/docs/04-get-started/01-installation.md @@ -24,7 +24,7 @@ $ flutter doctor Serverpod is installed using the Dart package manager. To install Serverpod, run the following command in your terminal: ```txt -$ dart install serverpod_cli 4.0.0-beta.0 +$ dart install serverpod_cli 4.0.0-beta.1 ``` This command will install the Serverpod command-line interface (CLI) globally on your machine. You can verify the installation by running: diff --git a/docs/04-get-started/02-quickstart.md b/docs/04-get-started/02-quickstart.md index 542e612d..d2865ea3 100644 --- a/docs/04-get-started/02-quickstart.md +++ b/docs/04-get-started/02-quickstart.md @@ -31,7 +31,7 @@ $ flutter doctor Serverpod is installed using the Dart package manager. To install Serverpod, run the following command in your terminal: ```txt -$ dart install serverpod_cli 4.0.0-beta.0 +$ dart install serverpod_cli 4.0.0-beta.1 ``` Verify the installation by running: