wp/wp-includes/version.php
changeset 13 d255fe9cd479
parent 9 177826044cd9
child 16 a86126ab1dd4
equal deleted inserted replaced
12:d8a8807227e4 13:d255fe9cd479
    11 /**
    11 /**
    12  * The WordPress version string
    12  * The WordPress version string
    13  *
    13  *
    14  * @global string $wp_version
    14  * @global string $wp_version
    15  */
    15  */
    16 $wp_version = '5.2.3';
    16 $wp_version = '5.2.4';
    17 
    17 
    18 /**
    18 /**
    19  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    19  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
    20  *
    20  *
    21  * @global int $wp_db_version
    21  * @global int $wp_db_version