1<?php
2
3namespace Elastica\QueryBuilder\Version;
4
5/**
6 * Latest elasticsearch DSL.
7 *
8 * Latest refers to the version mentioned in README.md.
9 *
10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
11 *
12 * @author Manuel Andreo Garcia <andreo.garcia@gmail.com>
13 */
14class Latest extends Version700
15{
16    // this class always points to the latest valid DSL version
17}
18