Build/Test Tools: Revert accidental change to .env
Follow-up to [55919] to restore .env state. Props joedolson. See #50523. Built from https://develop.svn.wordpress.org/trunk@55920 git-svn-id: http://core.svn.wordpress.org/trunk@55432 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9b15db20d3
commit
a3398d1cc4
|
@ -16,7 +16,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '6.3-alpha-55919';
|
||||
$wp_version = '6.3-alpha-55920';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue