From a981c63f9b80d48144857501e5c9a2cf0eef459f Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 14 Feb 2024 01:33:56 +0100 Subject: [PATCH] fix(core): update --- ts/00_commitinfo_data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index a136e23..5f07668 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/levelcache', - version: '3.0.7', + version: '3.0.8', description: 'a cache that uses memory/disk/s3 as backup' }