summaryrefslogtreecommitdiff
path: root/internal/version/version.go
blob: f1e19863116cf685df4a2a72f983e79f6a626b44 (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.1.0"