diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-01-04 10:30:18 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-01-04 10:30:18 +0000 |
| commit | 6408c5cdd3e5d79ae42201b43f133ad75c281aad (patch) | |
| tree | 91333fa5ba0242df7ed6e06d4ab73162d38b77ff | |
| parent | 7db0182e0a3c7401a4e49b0ae917070e81994046 (diff) | |
cut new versionv3.2.0
| -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 a64417f..c0f349c 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "3.2.0" // Additional information for DTail - Additional string = "develop-3" + Additional string = "" // ProtocolCompat -ibility version. ProtocolCompat string = "3" ) |
