diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-05-13 11:51:37 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-05-13 11:51:37 +0100 |
| commit | 12e58cdec0d08681c5f39e0b8517ec68830fb1f4 (patch) | |
| tree | 7bd4e3aecb433a1efbb460ebbbe02802be4b68f7 | |
| parent | 97db59d67faee6204e078b1a37de2d2ef10b4dee (diff) | |
release of 2.2.1
| -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 17719b6..6e1940c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "2.2.1" // Additional information for DTail - Additional string = "develop" + Additional string = "" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
