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

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