This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/php/version.php

6 lines
99 B
PHP

<?php
$athenaVersion = '0.4.0-devel';
$athenaVersionInt = 40;
$athenaVersionDescript = 'devel';
?>