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 | 02f60d098e659cee33e42f501b2b07508abbae0a (patch) | |
| tree | 7bd4e3aecb433a1efbb460ebbbe02802be4b68f7 | |
| parent | a4f9c9ae0438854493b9648b4347bd59f2c6e7dc (diff) | |
release of 2.2.1v2.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" ) |
