#!/usr/bin/env php
<?php

declare(strict_types = 1);

use \Interactiv4\SemanticVersioning\TagSelfMajor;

include_once __DIR__ . '/abstract-tag-self';

$tagSelf = new TagSelfMajor($path);
$tagSelf->run(...$argv);