Skip to content

Commit

Permalink
Adjust version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeelia committed Mar 4, 2024
1 parent c98afa9 commit 985c033
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elasticpress.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ function( $class ) {
*
* @since 2.2
*/
define( 'EP_ES_VERSION_MAX', '9.0' );
define( 'EP_ES_VERSION_MAX', '8.99' );
define( 'EP_ES_VERSION_MIN', '5.2' );

require_once __DIR__ . '/includes/compat.php';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ function() {
add_filter(
'ep_elasticsearch_version',
function() {
return '8.0';
return '9.0';
}
);

0 comments on commit 985c033

Please sign in to comment.