Skip to content

Commit

Permalink
Merge pull request #131 from digitalocean/bake-release
Browse files Browse the repository at this point in the history
bumping to 1.0.0
  • Loading branch information
lxfontes authored Mar 10, 2017
2 parents 5a09b87 + e36b2db commit 8409994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions godo.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
)

const (
libraryVersion = "0.1.0"
libraryVersion = "1.0.0"
defaultBaseURL = "https://api.digitalocean.com/"
userAgent = "godo/" + libraryVersion
mediaType = "application/json"
Expand Down Expand Up @@ -61,7 +61,7 @@ type Client struct {
StorageActions StorageActionsService
Tags TagsService
LoadBalancers LoadBalancersService
Certificates CertificatesService
Certificates CertificatesService

// Optional function called after every successful request made to the DO APIs
onRequestCompleted RequestCompletionCallback
Expand Down

0 comments on commit 8409994

Please sign in to comment.