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.