diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-03-16 11:00:04 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-03-16 11:00:04 +0000 |
| commit | 692393e0357c3a46939f9fdc7729e8269705fade (patch) | |
| tree | b7ea2aea2b5e1cda8a09bc40a0e8e0deaeb71326 | |
| parent | 9efd8680de471e5203d77363622b2c2faa45ff54 (diff) | |
bump versionv3.2.2
| -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 c117b43..a6d6b05 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,7 +11,7 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "3.2.1" + Version string = "3.2.2" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
