diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-05-27 17:46:21 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-05-27 17:46:21 +0100 |
| commit | aa8c9c01afc7a288ce3b7e75948df15c8e69e6bc (patch) | |
| tree | c18fdc22699d083bcb9fd45b57703ac9e63a7d0b /internal/version | |
| parent | 63eb081c5beb0c02fa01415c50d0c1c0a7132d6f (diff) | |
| parent | 8ad996f907410d91b3cfd775b886e993e8dddc14 (diff) | |
fix merge conflictv3.3.1
Diffstat (limited to 'internal/version')
| -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 23149a5..3c31059 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.3.0" + Version string = "3.3.1" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
