Skip to content

Commit

Permalink
Version of SDK updated (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankamkin authored Oct 25, 2024
1 parent 19860f2 commit 95ebd38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/aspose-barcode-cloud/aspose-barcode-cloud-go?label=module&sort=semver)](https://pkg.go.dev/github.com/aspose-barcode-cloud/aspose-barcode-cloud-go)

- API version: 3.0
- SDK version: 1.2409.0
- SDK version: 1.2410.0

## Demo applications

Expand Down Expand Up @@ -33,7 +33,7 @@ To use Aspose.BarCode Cloud SDK for Go you need to register an account with [Asp
1. Run `go get` command

```shell script
go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go@v1.2409.0
go get -u github.com/aspose-barcode-cloud/aspose-barcode-cloud-go@v1.2410.0
```

### Using GOPATH (for Go < 1.11 )
Expand Down
2 changes: 1 addition & 1 deletion barcode/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
PACKAGE_VERSION = "1.2409.0"
PACKAGE_VERSION = "1.2410.0"
PACKAGE_NAME = "go sdk"
X_ASPOSE_CLIENT = "x-aspose-client"
X_ASPOSE_CLIENT_VERSION = "x-aspose-client-version"
Expand Down
2 changes: 1 addition & 1 deletion barcode/configuration.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewConfiguration() *Configuration {
cfg := &Configuration{
BasePath: "https://api.aspose.cloud/v3.0",
DefaultHeader: make(map[string]string),
UserAgent: "Aspose-Barcode-SDK/1.2409.0/go",
UserAgent: "Aspose-Barcode-SDK/1.2410.0/go",
}
return cfg
}
Expand Down

0 comments on commit 95ebd38

Please sign in to comment.