diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php
index e043908c3041..37349ccaefd6 100644
--- a/wp-admin/edit-form-comment.php
+++ b/wp-admin/edit-form-comment.php
@@ -30,7 +30,11 @@
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 405a03165bed..3cb4664801d8 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
-$wp_version = '5.0-alpha-43286';
+$wp_version = '5.0-alpha-43290';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.