Skip to content

Commit

Permalink
Publish v3.8.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kenany committed Mar 18, 2024
1 parent ef744d1 commit b732517
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v3.8.0-beta.1 - 2024-03-18

### Changed

- Replaced usage of the deprecated io/ioutil package.
Expand Down
2 changes: 1 addition & 1 deletion pangea-sdk/v3/pangea/pangea.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

const (
version = "3.7.0"
version = "3.8.0-beta.1"
pangeaUserAgent = "pangea-go/" + version
)

Expand Down

0 comments on commit b732517

Please sign in to comment.