From eb64cb4f716e4445552da86da42323b9a2019415 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 10 Nov 2023 12:44:08 +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 b21ae65..56d4417 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tstest', - version: '1.0.84', + version: '1.0.85', description: 'a test utility to run tests that match test/**/*.ts' }