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 | 8387b7335c4eb4f7ea3fa30f6959bd106b73293f (patch) | |
| tree | 5cf9354f19a7be1929203a034cb46f0941135d69 /internal | |
| parent | de43c492b88a2cb4e3c0187363de7364b667d269 (diff) | |
Improve documentation through advanced AI
Diffstat (limited to 'internal')
| -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. |
