diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-02-27 16:28:10 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-02-27 16:28:10 +0000 |
| commit | 40728693d9cfbd99458f12d5183119ec699b8907 (patch) | |
| tree | f2903f90f0db132b38d9c36639e908eae9e87541 /internal/version | |
| parent | b4176ce3443567b16fef9f91c5a42a63d8d5e026 (diff) | |
can run scheduled queries across a storage volume
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 b3614c5..66918f6 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.1.0" + Version string = "2.1.1" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
