From 25b1c642fbbfa2ff658055572a6776324ebbd24a Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 26 Jul 2022 20:56:41 +0200 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 e90f72a..ab17172 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartlog-destination-clickhouse', - version: '1.0.2', + version: '1.0.3', description: 'a smartlog destination pushing logs to clickhouse' }