summaryrefslogtreecommitdiff
path: root/internal/commonver/commonver.go
blob: 71ac16e63656751a85f0047b1af560eb12d4222e (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 = "4.0.0"