Skip to content

Commit 0831421

Browse files
authored
Merge pull request #2678 from woocommerce/tweak/adjust-wc-version-gtin
[GTIN] Adjust plugin version for hidding GTIN
2 parents 3051b41 + 0069fb5 commit 0831421

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HelperTraits/GTINMigrationUtilities.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ trait GTINMigrationUtilities {
2525
* @return string
2626
*/
2727
protected function get_gtin_hidden_version(): string {
28-
return '2.8.7';
28+
return '2.8.8';
2929
}
3030

3131
/**

0 commit comments

Comments
 (0)