From 76da9452323b3f5289eea9750a51633a9d02188a Mon Sep 17 00:00:00 2001 From: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:10:22 -0400 Subject: [PATCH] Add version to warning label 1.1 Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com> --- _includes/warning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/warning.html b/_includes/warning.html index 01b27eb8ef..0fd9eb3619 100644 --- a/_includes/warning.html +++ b/_includes/warning.html @@ -1 +1 @@ -
This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
\ No newline at end of file +You're viewing version {{site.opensearch_major_minor_version}} of the OpenSearch documentation. This version is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.