From 588c0adbfc377f1d4168719642b6148c1c2bd25c Mon Sep 17 00:00:00 2001 From: William Reiske Date: Thu, 21 Nov 2024 13:10:00 -0700 Subject: [PATCH] Update history.md to include proper release command --- v3-docs/docs/history.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3-docs/docs/history.md b/v3-docs/docs/history.md index cd753fa4d1..8ae1cb1c32 100644 --- a/v3-docs/docs/history.md +++ b/v3-docs/docs/history.md @@ -44,7 +44,7 @@ Please run the following command to update your project: ```bash -meteor update --release 3.1.0 +meteor update --release 3.1 ```