traefik/vendor/gopkg.in/DataDog/dd-trace-go.v1/internal/version/version.go
2019-07-18 21:36:05 +02:00

6 lines
207 B
Go

package version
// 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.15.0"