From c644337bf011f4c4960bb50bbd3e81bfee326ed9 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 8 Jan 2024 15:36:05 +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 47e1039..a4a10e7 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@git.zone/tswatch', - version: '2.0.16', + version: '2.0.17', description: 'watch typescript projects during development' }