From 7912d86bcaac28e621e6cd844d017063548cbe1a Mon Sep 17 00:00:00 2001
From: jweste25 <140200307+jweste25@users.noreply.github.com>
Date: Wed, 20 Mar 2024 13:51:31 -0400
Subject: [PATCH] docs: Update mirage version

I found that version 2.4.0 is the last working version for 3.12.
---
 guides/v3.12.0/tutorial/installing-addons.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guides/v3.12.0/tutorial/installing-addons.md b/guides/v3.12.0/tutorial/installing-addons.md
index bb3d5dfb59..8e04954125 100644
--- a/guides/v3.12.0/tutorial/installing-addons.md
+++ b/guides/v3.12.0/tutorial/installing-addons.md
@@ -52,7 +52,7 @@ The data and endpoints we setup here will come into play later in the tutorial,
 Install the Mirage addon as follows:
 
 ```bash
-ember install ember-cli-mirage
+ember install ember-cli-mirage@2.4.0
 ```
 
 Our primary focus with mirage will be in the `config.js` file, which is where we can define our API endpoints and our data.