diff options
| author | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 12:34:08 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroen.wijenbergh@geant.org> | 2026-02-12 12:59:03 +0100 |
| commit | a30ef6b27e578a4cf0a674b24f5b52b4c1516c63 (patch) | |
| tree | 27c7321cbceac2a487c1ba17151711de3d438a53 /internal/commonver | |
| parent | b00ce8214479c50e137db73c77b0cc1393c5e7d4 (diff) | |
All: Rename packages that sound useless or clash with std
Diffstat (limited to 'internal/commonver')
| -rw-r--r-- | internal/commonver/commonver.go | 9 |
1 files changed, 9 insertions, 0 deletions
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" |
