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"