Skip to content

Commit

Permalink
Bump to 1.0.0 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdeandradero authored Mar 28, 2024
1 parent ab3e441 commit 5b89c8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Mercado Pago SDK for Go

## Work In Progress
SDK development is still ongoing, we aim to release a reliable 1.0.0 soon.

[![Go Reference](https://pkg.go.dev/badge/github.com/mercadopago/sdk-go.svg)](https://pkg.go.dev/github.com/mercadopago/sdk-go)

![mercado-pago-image-7130x2250](https://github.com/mercadopago/sdk-go/assets/84413927/c18102b2-b4ed-46c9-9a83-b5e6a30d659b)
Expand All @@ -13,7 +10,7 @@ A comprehensive Go client library for integrating with the Mercado Pago API.

## 💡 Requirements

The SDK requires Go 1.x.x or higher.
The SDK requires Go 1.18 or higher.

## 📲 Installation

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module github.com/mercadopago/sdk-go

go 1.21.0
go 1.18.0

require github.com/google/uuid v1.5.0
4 changes: 2 additions & 2 deletions pkg/internal/httpclient/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
)

const (
currentSDKVersion string = "x.x.x"
productID string = "abc"
currentSDKVersion string = "1.0.0"
productID string = "CNITR48HSRV0CRPT3NI0"
)

var (
Expand Down

0 comments on commit 5b89c8e

Please sign in to comment.