From 7b4339ecd87fab36a18ceac9e72157b99bdffa86 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 13 May 2024 11:08:18 +0000 Subject: [PATCH] Update documentation for branch main --- main/footer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/footer.js b/main/footer.js index 528b7fb..41c6125 100644 --- a/main/footer.js +++ b/main/footer.js @@ -3,5 +3,5 @@ function writeHeader() { }; function writeFooter() { - document.write('Generated on Mon May 13 2024 11:06:53 for CMSIS-View 1.1.1-dev3+g15c6ac4. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); + document.write('Generated on Mon May 13 2024 11:07:58 for CMSIS-View 1.1.1-dev3+ga323f99. Copyright © 2024 Arm Limited (or its affiliates). All rights reserved.'); };