summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
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"