Skip to content

Commit

Permalink
Master version changed
Browse files Browse the repository at this point in the history
  • Loading branch information
fatihtoprak committed Dec 18, 2021
1 parent 5213e9b commit 29d5815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/library/Optimisthub_Update_Checker.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OptimisthubUpdateChecker
public function __construct()
{
$this->plugin_slug = 'moka-woocommerce';
$this->version = '2.0';
$this->version = '2.1';
$this->cache_key = 'moka_update_worker';
$this->cache_allowed = false;
$this->endpoint = 'https://moka.wooxup.com/check';
Expand Down

0 comments on commit 29d5815

Please sign in to comment.