summaryrefslogtreecommitdiff
path: root/internal/commonver/commonver.go
blob: ef10651499c8ec858584af27e52f062f9464e37d (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.1"