diff --git a/src/ElasticSearch/Operations/SchemaVersions.php b/src/ElasticSearch/Operations/SchemaVersions.php index d34b7efb..7b47f713 100644 --- a/src/ElasticSearch/Operations/SchemaVersions.php +++ b/src/ElasticSearch/Operations/SchemaVersions.php @@ -7,5 +7,5 @@ final class SchemaVersions { public const UDB3_CORE = 20240208135131; - public const GEOSHAPES = 20231004135400; + public const GEOSHAPES = 20250101000000; }