Skip to content

Commit

Permalink
Only update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
asaha2 committed Jul 20, 2023
1 parent 470fbee commit a099bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [v2.0.0] - 2023-07-20
## [v1.100.0] - 2023-07-20

- #618 - @asaha - load balancers: introduce new type field
- #620 - @andrewsomething - account: add name field.
Expand Down
2 changes: 1 addition & 1 deletion godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

const (
libraryVersion = "2.0.0"
libraryVersion = "1.100.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down

0 comments on commit a099bf1

Please sign in to comment.