diff --git a/src/Powerdns.php b/src/Powerdns.php index c09981f..e6e2e6a 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.2'; + public const CLIENT_VERSION = 'v4.6.3'; /** * @var Powerdns The client instance.