Skip to content

Commit d99388b

Browse files
release: v1.7.0 (#772)
Previous release PR #765 didn't update `internal/version/version.go` 😵 --------- Co-authored-by: dd-k9-library-go[bot] <214463715+dd-k9-library-go[bot]@users.noreply.github.com>
1 parent 3b34d95 commit d99388b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

_docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ require (
1212
cloud.google.com/go/pubsub v1.50.1
1313
github.com/99designs/gqlgen v0.17.83
1414
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0
15-
github.com/DataDog/orchestrion v1.7.0-rc.1
15+
github.com/DataDog/orchestrion v1.7.0
1616
github.com/DataDog/orchestrion/instrument v1.7.0-rc.1
1717
github.com/IBM/sarama v1.46.3
1818
github.com/Shopify/sarama v1.38.1

instrument/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ replace github.com/DataDog/orchestrion => ..
66

77
require (
88
github.com/DataDog/dd-trace-go/orchestrion/all/v2 v2.5.0
9-
github.com/DataDog/orchestrion v1.7.0-rc.1
9+
github.com/DataDog/orchestrion v1.7.0
1010
)
1111

1212
require (

internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import "runtime/debug"
99

1010
const (
1111
// tag specifies the current release tag. It needs to be manually updated.
12-
tag = "v1.7.0-rc.1"
12+
tag = "v1.7.0"
1313
devSuffix = "+dev"
1414
)
1515

samples/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ replace (
99

1010
require (
1111
github.com/99designs/gqlgen v0.17.83
12-
github.com/DataDog/orchestrion v1.7.0-rc.1
12+
github.com/DataDog/orchestrion v1.7.0
1313
github.com/DataDog/orchestrion/instrument v1.7.0-rc.1
1414
github.com/IBM/sarama v1.46.3
1515
github.com/Shopify/sarama v1.38.1

0 commit comments

Comments
 (0)