From d409d3a53241bcfbe91968e0e688a80f157e1962 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Tue, 3 Oct 2023 18:55:36 +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 b8a71e3..10d1c41 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartenv', - version: '5.0.8', + version: '5.0.9', description: 'store things about your environment and let them travel across modules' }