diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 471fcbb5d6..439a2a30ce 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -6209,7 +6209,7 @@ function wp_is_uuid( $uuid, $version = null ) { * with the optional prefix. As such the returned value is not universally unique, * but it is unique across the life of the PHP process. * - * @since 4.9.9 + * @since 5.0.3 * * @staticvar int $id_counter * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c4af9c95e..6c75d1c1c2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44403'; +$wp_version = '5.1-alpha-44406'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.