From 866dc35403efbbcf5103537b4da5f2d0d3fd7970 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 17 Feb 2024 21:55:52 +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 5ec1bac..d76973e 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.8', + version: '1.0.9', description: 'an unofficial api client for the hetzner cloud api' }