diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-05-13 10:54:34 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-05-13 10:54:34 +0100 |
| commit | 1c56e05adcdd8846708557d631dfb6f73bc26db0 (patch) | |
| tree | f02c1ecfb551a99ff5885dfa47ab1db0d6316cb3 /internal/version | |
| parent | 077af4d92fe318f8383b026e92f05390d764830a (diff) | |
fix bug in connection throttling
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index ecb9e50..17719b6 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,9 +11,9 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "2.2.0" + Version string = "2.2.1" // Additional information for DTail - Additional string = "" + Additional string = "develop" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
