<?php

declare(strict_types=1);

namespace Firecrawl;

final class Version
{
    public const SDK_VERSION = '1.5.0';
}
