codeclimate/php-test-reporter

View on GitHub
src/Constants/Version.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace CodeClimate\PhpTestReporter\Constants;

/**
 * TestReporterBundle version.
 */
final class Version
{
    /**
     * TestReporter version.
     *
     * @var string
     */
    const VERSION = '0.4.4';
}