From d8c3256e41b533bffa1d399a55f9ce98b87d1363 Mon Sep 17 00:00:00 2001 From: Mikhail Chusavitin Date: Mon, 30 Mar 2026 13:43:10 +0300 Subject: [PATCH] =?UTF-8?q?chore(hpe=5Filo=5Fahs):=20normalize=20module=20?= =?UTF-8?q?version=20format=20=E2=80=94=20v1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/parser/vendors/hpe_ilo_ahs/parser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/parser/vendors/hpe_ilo_ahs/parser.go b/internal/parser/vendors/hpe_ilo_ahs/parser.go index 20557f9..9030553 100644 --- a/internal/parser/vendors/hpe_ilo_ahs/parser.go +++ b/internal/parser/vendors/hpe_ilo_ahs/parser.go @@ -19,7 +19,7 @@ import ( ) const ( - parserVersion = "1.0.0" + parserVersion = "1.0" ahsHeaderSize = 116 maxGzipSize = 50 * 1024 * 1024 )