From ca070acae382fb2d0b3f069ca3c0a9510ac4f715 Mon Sep 17 00:00:00 2001 From: "K. Adam White" Date: Fri, 16 Aug 2019 03:33:55 +0000 Subject: [PATCH] Add @ticket annotations for [45812]. Props birgire. See #43709. Built from https://develop.svn.wordpress.org/trunk@45820 git-svn-id: http://core.svn.wordpress.org/trunk@45631 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index ae9c12c54e..f9be588656 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45819'; +$wp_version = '5.3-alpha-45820'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.