Skip to content

Commit 8409994

Browse files
authored
Merge pull request #131 from digitalocean/bake-release
bumping to 1.0.0
2 parents 5a09b87 + e36b2db commit 8409994

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

godo.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
const (
21-
libraryVersion = "0.1.0"
21+
libraryVersion = "1.0.0"
2222
defaultBaseURL = "https://api.digitalocean.com/"
2323
userAgent = "godo/" + libraryVersion
2424
mediaType = "application/json"
@@ -61,7 +61,7 @@ type Client struct {
6161
StorageActions StorageActionsService
6262
Tags TagsService
6363
LoadBalancers LoadBalancersService
64-
Certificates CertificatesService
64+
Certificates CertificatesService
6565

6666
// Optional function called after every successful request made to the DO APIs
6767
onRequestCompleted RequestCompletionCallback

0 commit comments

Comments
 (0)