From f0b643fb262c38165955b8f75940b4dbfde48076 Mon Sep 17 00:00:00 2001 From: David Winiecki <43148985+dcki-ts@users.noreply.github.com> Date: Fri, 14 Apr 2023 00:57:29 -0700 Subject: [PATCH] Remove misleading "This is the newest version." from "Compose file version 3 reference" (#17108) Compose file version 3 is not the newest version, the Compose Specification is. This change is consistent with https://github.com/docker/docs/blob/main/compose/compose-file/index.md --- compose/compose-file/compose-file-v3.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compose/compose-file/compose-file-v3.md b/compose/compose-file/compose-file-v3.md index 612694abda..a21e55b72a 100644 --- a/compose/compose-file/compose-file-v3.md +++ b/compose/compose-file/compose-file-v3.md @@ -9,8 +9,7 @@ toc_min: 1 ## Reference and guidelines -These topics describe version 3 of the Compose file format. This is the newest -version. +These topics describe version 3 of the Compose file format. ## Compose and Docker compatibility matrix