diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-27 04:46:37 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-27 04:46:37 +0100 |
| commit | b7af00ae75b59cc3706be271d960d8f3435f5d5c (patch) | |
| tree | 5cf9354f19a7be1929203a034cb46f0941135d69 /internal/version/version.go | |
| parent | fa33b20e9c1ec3b8e77add93b64073919b9433cb (diff) | |
Improve documentation through advanced AI
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 23149a5..3c31059 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,7 +11,7 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "3.3.0" + Version string = "3.3.1" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
