Skip to content

Commit

Permalink
chore: test release bump
Browse files Browse the repository at this point in the history
  • Loading branch information
justlevine committed Sep 29, 2023
1 parent f2a9072 commit 5775bd4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion phpstan/constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
define( 'WPGRAPHQL_GF_AUTOLOAD', true );
define( 'CRGEARY_JAMSTACK_DEPLOYMENTS_OPTIONS_KEY', 'wp-jamstack-deployments' );
define( 'WPGRAPHQL_GF_PLUGIN_FILE', 'wp-graphql-gravity-forms.php' );
define( 'WPGRAPHQL_GF_VERSION', '0.12.3' );
define( 'WPGRAPHQL_GF_VERSION', '99.99.99' );
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Tested up to: 6.3.1
Requires PHP: 7.4
Requires Gravity Forms: 2.5.0
Requires WPGraphQL: 1.9.0
Stable tag: 0.12.3
Stable tag: 99.99.99
Maintained at: https://github.com/axewp/wp-graphql-gravity-forms
License: GPL-3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Expand Down
4 changes: 2 additions & 2 deletions wp-graphql-gravity-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: AxePress Development
* Author URI: https://axepress.dev
* Update URI: https://github.com/axewp/wp-graphql-gravity-forms/releases
* Version: 0.12.3
* Version: 99.99.99
* Text Domain: wp-graphql-gravity-forms
* Domain Path: /languages
* Requires at least: 5.4.1
Expand Down Expand Up @@ -35,7 +35,7 @@
function gf_graphql_constants(): void {
// Plugin version.
if ( ! defined( 'WPGRAPHQL_GF_VERSION' ) ) {
define( 'WPGRAPHQL_GF_VERSION', '0.12.3' );
define( 'WPGRAPHQL_GF_VERSION', '99.99.99' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 5775bd4

Please sign in to comment.