diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-06-19 13:55:16 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-06-19 13:55:16 +0100 |
| commit | 4fd2bd538f8f32230c52b1d73165386df531c798 (patch) | |
| tree | 295b803a6a97956ae135cdc60161fe2c2f0e8f7e /internal | |
| parent | a1ce50df2c9ced992d5895e7f6d7dc1fde6ffe75 (diff) | |
update protocol
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 deffd22..f5844f9 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -15,7 +15,7 @@ const ( // Additional information for DTail Additional string = "develop" // ProtocolCompat -ibility version. - ProtocolCompat string = "3" + ProtocolCompat string = "2" ) // String representation of the DTail version. |
