Delete 'version.php'

This commit is contained in:
Sophia Atkinson 2022-10-30 14:05:37 -07:00
parent 037da0a554
commit 4b7cc6aa44
1 changed files with 0 additions and 20 deletions

View File

@ -1,20 +0,0 @@
<?php
/**
* YOURLS version
*
* Must be one of the following :
* MAJOR.MINOR (eg 1.8)
* MAJOR.MINOR.PATCH (1.8.1)
* MAJOR.MINOR-SOMETHING (1.8-dev)
* MAJOR.MINOR.PATCH-SOMETHING (1.8.1-donotuse)
*
*/
define( 'YOURLS_VERSION', '1.9.1' );
/**
* YOURLS DB version. Increments when changes are made to the DB schema, to trigger a DB update
*
* Must be a string of an integer.
*
*/
define( 'YOURLS_DB_VERSION', '506' );