Skip to content

Commit 224c0e9

Browse files
Update plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php
Co-authored-by: Colin Murphy <[email protected]>
1 parent 768ec32 commit 224c0e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/wpgraphql-debug-extensions/wpgraphql-debug-extensions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
function wpgraphql_debug_extensions_constants(): void {
6060
// Plugin version.
6161
if ( ! defined( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION' ) ) {
62-
define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.3' );
62+
define( 'WPGRAPHQL_DEBUG_EXTENSIONS_VERSION', '0.0.1' );
6363
}
6464

6565
// Plugin Folder Path.

0 commit comments

Comments
 (0)