From a30ef6b27e578a4cf0a674b24f5b52b4c1516c63 Mon Sep 17 00:00:00 2001 From: Jeroen Wijenbergh Date: Thu, 12 Feb 2026 12:34:08 +0100 Subject: All: Rename packages that sound useless or clash with std --- internal/commonver/commonver.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 internal/commonver/commonver.go (limited to 'internal/commonver') diff --git a/internal/commonver/commonver.go b/internal/commonver/commonver.go new file mode 100644 index 0000000..71ac16e --- /dev/null +++ b/internal/commonver/commonver.go @@ -0,0 +1,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" -- cgit v1.2.3