summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-12 12:34:08 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2026-02-12 12:59:03 +0100
commita30ef6b27e578a4cf0a674b24f5b52b4c1516c63 (patch)
tree27c7321cbceac2a487c1ba17151711de3d438a53 /internal/version
parentb00ce8214479c50e137db73c77b0cc1393c5e7d4 (diff)
All: Rename packages that sound useless or clash with std
Diffstat (limited to 'internal/version')
-rw-r--r--internal/version/version.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/internal/version/version.go b/internal/version/version.go
deleted file mode 100644
index 015a57b..0000000
--- a/internal/version/version.go
+++ /dev/null
@@ -1,9 +0,0 @@
-// Package version defines a version string that is used for:
-// - building
-// - the user agent
-// - tagging
-package version
-
-// Version is the latest version
-// Update this when releasing
-const Version = "4.0.0"