From 74e36f0ead717105f26087c2cab08b41ba5a7ce8 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 12 Feb 2024 19:18:05 +0100 Subject: All: Document everything to pass revive lint --- internal/version/version.go | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'internal/version') diff --git a/internal/version/version.go b/internal/version/version.go index 1f029d5..c71af9e 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -1,3 +1,9 @@ +// 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 = "2.0.0" -- cgit v1.2.3