]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - includes/version.php
Add plain API format
[Github/YOURLS.git] / includes / version.php
1 <?php
2 /**
3  * YOURLS version
4  *
5  */
6 define( 'YOURLS_VERSION', '1.7.2' );
7
8 /**
9  * YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update
10  *
11  */
12 define( 'YOURLS_DB_VERSION', '482' );