From a8b77144122ff1431f8364ef11b815a75cf6967b Mon Sep 17 00:00:00 2001 From: ayoayco Date: Fri, 16 Aug 2024 08:48:24 +0200 Subject: [PATCH] chore: update cache version id --- src/consts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts.ts b/src/consts.ts index f810a6a..1628819 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -4,4 +4,4 @@ export const SITE_AUTHOR_MASTODON = 'https://social.ayco.io/@ayo'; export const SITE_PROJECT_REPO = 'https://github.com/ayoayco/Cozy'; export const SITE_DESCRIPTION = 'The Web is Yours.'; -export const VERSION = 'Purple-Pizza'; \ No newline at end of file +export const VERSION = 'Quivering-Quacks'; \ No newline at end of file