diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-03-17 13:25:24 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-03-17 13:25:24 +0000 |
| commit | 68aa3c09209d9280e36b072540be2e5acbee2f64 (patch) | |
| tree | 981f543d938df4a2d2a569701a2bebf88073f284 | |
| parent | 0cc6a47201ea70d06703f2b16b51fb643e49e61d (diff) | |
full release now
| -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 b4f0ce8..ecb9e50 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "2.2.0" // Additional information for DTail - Additional string = "Release Candidate 1" + Additional string = "" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
