From f683fc1fa7f16f2faaff06b781b1d072e70dd352 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Wed, 19 Oct 2022 19:39:33 +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 776e8e7..fcbddc3 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@pushrocks/smartdaemon', - version: '2.0.1', + version: '2.0.2', description: 'start scripts as long running daemons and manage them' }