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 | bcc4cd49ad51d15d890b3f994c9252742d189f98 (patch) | |
| tree | 295b803a6a97956ae135cdc60161fe2c2f0e8f7e /internal/version/version.go | |
| parent | b7b528277014879e436ae7fe1f3851024938fbd3 (diff) | |
update protocol
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 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. |
