Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
rev: v2.0.0
hooks:
- id: pre_commit_hook
stages: [commit]
stages: [pre-commit]
- id: post_commit_hook
stages: [post-commit]

Expand All @@ -13,6 +13,6 @@ repos:
rev: 1.2.2
hooks:
- id: pre_commit_hook
stages: [commit]
stages: [pre-commit]
- id: post_commit_hook
stages: [post-commit]
2 changes: 1 addition & 1 deletion src/main/java/com/mercadopago/MercadoPagoConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
*/
public class MercadoPagoConfig {

public static final String CURRENT_VERSION = "3.2.0";
public static final String CURRENT_VERSION = "3.2.1";

/** Internal MercadoPago product identifier sent in every API request for analytics. */
public static final String PRODUCT_ID = "BC32A7VTRPP001U8NHJ0";
Expand Down