Skip to content

Commit

Permalink
Update WOOKEY_VERSION constant
Browse files Browse the repository at this point in the history
  • Loading branch information
devsbequest committed Nov 21, 2023
1 parent a699c5c commit c902918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wookey_woocommerce_webauth_gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* Domain Path: /i18n/languages/
*/

define('WOOKEY_VERSION', '1.0.3-beta');
define('WOOKEY_VERSION', '1.0.7-beta');
define('WOOKEY_ROOT_DIR', plugin_dir_path(__FILE__));
define('WOOKEY_ROOT_URL', plugin_dir_url(__FILE__));
define('WOOKEY_MAINNET_ENDPOINT', "https://proton.eosusa.io");
Expand Down

0 comments on commit c902918

Please sign in to comment.