summaryrefslogtreecommitdiff
path: root/internal/commonver/commonver.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/commonver/commonver.go')
-rw-r--r--internal/commonver/commonver.go9
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"