<?php

namespace Microsoft\Kiota\Http;

final class Constants
{
    /** @var string The current version for this Library */
    // x-release-please-start-version
    public const KIOTA_HTTP_CLIENT_VERSION = '1.5.2';
    // x-release-please-end
}
