diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-06-19 14:41:01 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-06-19 14:41:01 +0100 |
| commit | 894749cfa25ff1eee06d204b118a3a39559c9592 (patch) | |
| tree | 14d9a1ba3910457873bccd03d2856e2288be83a2 | |
| parent | ce967ade5f87af8dc6c2898ddbbd5ea02c7d1341 (diff) | |
bump versionv2.4.1
| -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 f7dcb65..b99520c 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 = "2.4.0" + Version string = "2.4.1" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
