Skip to content

Commit b2e8b7a

Browse files
committed
- update versions for release
1 parent 1ba5b9a commit b2e8b7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wp-graphql-acf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Description: Re-imagining the WPGraphQL for ACF plugin
55
* Author: WPGraphQL, Jason Bahl
66
* Author URI: https://www.wpgraphql.com
7-
* Version: 2.0.0-beta.6.0.0
7+
* Version: 2.0.0-beta.7.0.0
88
* Text Domain: wp-graphql-acf
99
* Requires PHP: 7.3
1010
* Requires at least: 5.9
@@ -29,7 +29,7 @@
2929
}
3030

3131
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION' ) ) {
32-
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.6.0.0' );
32+
define( 'WPGRAPHQL_FOR_ACF_VERSION', '2.0.0-beta.7.0.0' );
3333
}
3434

3535
if ( ! defined( 'WPGRAPHQL_FOR_ACF_VERSION_WPGRAPHQL_REQUIRED_MIN_VERSION' ) ) {

0 commit comments

Comments
 (0)