From 54f82870c2a8c4edea09e8c9fb5c3760cf97eb6f Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Tue, 28 May 2024 11:13:35 -0500 Subject: [PATCH] Update archwayd version number (#485) --- content.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content.config.ts b/content.config.ts index d16f6c1d..7be6115c 100644 --- a/content.config.ts +++ b/content.config.ts @@ -1,3 +1,3 @@ export const replaceValues = { - $$archwayVersion$$: 'v4.0.3', + $$archwayVersion$$: 'v7.0.1', };