diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-05-20 17:56:04 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-05-20 17:56:04 +0100 |
| commit | a662d8acde03b17f42f3bf73ed94d991f96cb18f (patch) | |
| tree | 0a9f2352c49a14b3a0b568da3aeccaf5e131fdf2 /internal/version/version.go | |
| parent | 9b4800078afa91ab25e83eca84b08c513ba0fa59 (diff) | |
add $timezone and $timeoffset keys
Diffstat (limited to 'internal/version/version.go')
| -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 bb5d333..f7dcb65 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.3.0" + Version string = "2.4.0" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
