Skip to content

Commit

Permalink
prepare for v2.0.1 release and retract v2.0.0+v.2.0.1 (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
skarimo committed Aug 10, 2022
1 parent 60619a4 commit 97a8b4e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ module github.com/DataDog/datadog-api-client-go/v2

go 1.17

retract (
// Version used to retract v2.0.0 and v2.0.1. DO NOT USE.
v2.0.1
// Premature major version v2 release. DO NOT USE.
v2.0.0
)

require (
github.com/DataDog/zstd v1.5.0
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package client

// Version used in User-Agent header.
const Version = "2.0.1+dev"
const Version = "2.0.1"

0 comments on commit 97a8b4e

Please sign in to comment.