Skip to content

Commit

Permalink
Merge pull request #414 from DataDog/romain.marcadier/release/1.0.0-rc.1
Browse files Browse the repository at this point in the history
release: v1.0.0-rc.1
  • Loading branch information
RomainMuller authored Nov 22, 2024
2 parents f9facf2 + 83844cc commit 9178229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _integration-tests/utils/testcontainers.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ func StartRedisTestContainer(t *testing.T) (*redis.RedisContainer, string) {
}

container, err := redis.Run(ctx,
"redis:7",
"redis:7-alpine",
testcontainers.WithLogger(testcontainers.TestLogger(t)),
WithTestLogConsumer(t),
testcontainers.WithWaitStrategy(
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
package version

// Tag specifies the current release tag. It needs to be manually updated.
const Tag = "v0.9.4"
const Tag = "v1.0.0-rc.1"

0 comments on commit 9178229

Please sign in to comment.