From 45eb37541813256d4c577a392109b0dac63d2c5c Mon Sep 17 00:00:00 2001 From: trizz Date: Fri, 21 Jun 2024 07:09:05 +0000 Subject: [PATCH] Auto update drafter version in CLIENT_VERSION --- src/Powerdns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Powerdns.php b/src/Powerdns.php index 4d79e3c..bb1d585 100644 --- a/src/Powerdns.php +++ b/src/Powerdns.php @@ -15,7 +15,7 @@ class Powerdns implements PowerdnsInterface /** * The version of this package. This is being used for the user-agent header. */ - public const CLIENT_VERSION = 'v4.6.0'; + public const CLIENT_VERSION = 'v4.6.1'; /** * @var Powerdns The client instance.