Skip to content

Commit 39f2fa1

Browse files
committed
feat: upgrade plugin version to 0.6.2
1 parent a3069cd commit 39f2fa1

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
@@ -7,7 +7,7 @@
77
* Author URI: https://www.wpgraphql.com
88
* Text Domain: wp-graphql-acf
99
* Domain Path: /languages
10-
* Version: 0.6.1
10+
* Version: 0.6.2
1111
* Requires PHP: 7.0
1212
* GitHub Plugin URI: https://github.com/wp-graphql/wp-graphql-acf
1313
*
@@ -26,7 +26,7 @@
2626
* Define constants
2727
*/
2828
const WPGRAPHQL_REQUIRED_MIN_VERSION = '0.4.0';
29-
const WPGRAPHQL_ACF_VERSION = '0.6.1';
29+
const WPGRAPHQL_ACF_VERSION = '0.6.2';
3030

3131
/**
3232
* Initialize the plugin

0 commit comments

Comments
 (0)