From 75dadcc6696239cc092ecfff264260041c52169a Mon Sep 17 00:00:00 2001
From: Scott Lahteine <thinkyhead@users.noreply.github.com>
Date: Wed, 12 May 2021 02:51:25 -0500
Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20version=20reference?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 docs/Serial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/Serial.md b/docs/Serial.md
index 15c0480bb0f..f51b9027239 100644
--- a/docs/Serial.md
+++ b/docs/Serial.md
@@ -5,7 +5,7 @@ While many provide a Arduino-like Serial class, it's not all of them, and the di
 
 Moreover, many platform have intrinsic needs about serial port (like forwarding the output on multiple serial port, providing a *serial-like* telnet server, mixing USB-based serial port with SD card emulation) that are difficult to handle cleanly in the other platform serial logic.
 
-Starting with version `2.0.9`, Marlin provides a common interface for its serial needs.
+Starting with version 2.0.8, Marlin provides a common interface for its serial needs.
 
 ## Common interface