From 769915b89038053158bf387d5d1cd1b4684a40a0 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Fri, 21 Apr 2023 03:19:18 +0000 Subject: [PATCH] Security: Update GitHub security policy to refer to H1. Update the security policy displayed on GitHub, `SECURITY.md`, to refer visitors to the [https://hackerone.com/wordpress HackerOne WordPress program] for the full policy. This allows the project to maintain a single source of truth and avoid the potential for conflicting information across the two sites. Props desrosj, hellofromTonya, costdev. Fixes #57937. Built from https://develop.svn.wordpress.org/trunk@55670 git-svn-id: http://core.svn.wordpress.org/trunk@55182 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 f716b5ada3..c26020a5df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55669'; +$wp_version = '6.3-alpha-55670'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.