Skip to content

Commit

Permalink
version: update version string v1.59.0 => v1.59.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eliott Bouhana <eliott.bouhana@datadoghq.com>
  • Loading branch information
eliottness committed Jan 23, 2024
1 parent 5e521c3 commit 2a505cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/version/version.go
Expand Up @@ -13,7 +13,7 @@ import (
// Tag specifies the current release tag. It needs to be manually
// updated. A test checks that the value of Tag never points to a
// git tag that is older than HEAD.
const Tag = "v1.59.0"
const Tag = "v1.59.1"

// Dissected version number. Filled during init()
var (
Expand Down

0 comments on commit 2a505cc

Please sign in to comment.