krtmn/includes/version.php

5 lines
132 B
PHP

<?php
// Bump this when updating the zip package
define('YOURLS_VERSION', '1.5.1-gamma');
define('YOURLS_DB_VERSION', '482');
?>