diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-12 19:18:05 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 74e36f0ead717105f26087c2cab08b41ba5a7ce8 (patch) | |
| tree | 1eb2b7516bea705c9b5a50ce0965e170414ed880 /internal/version/version.go | |
| parent | 682d70091af2044ff6d8b350da9dff13163232e2 (diff) | |
All: Document everything to pass revive lint
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 6 |
1 files changed, 6 insertions, 0 deletions
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" |
