From 51feac6bb395dd2c1063a4524042414f0bfe29af Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 29 Jan 2024 21:15:18 +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 0222bab..253464d 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@apiclient.xyz/hetznercloud', - version: '1.0.3', + version: '1.0.4', description: 'an unofficial api client for the hetzner cloud api' }