traefik/vendor/gopkg.in/DataDog/dd-trace-go.v1/internal/version/version.go

7 lines
207 B
Go
Raw Normal View History

2019-07-18 19:36:05 +00:00
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"