summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: c71af9e81f546220b8f08c9cb6da685e4e94aa8b (plain)
1
2
3
4
5
6
7
8
9
// Package version defines a version string that is used for:
// - building
// - the user agent
// - tagging
package version

// Version is the latest version
// Update this when releasing
const Version = "2.0.0"