diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-02-10 14:06:03 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-02-10 14:06:03 +0000 |
| commit | 410ca88465f065f244f88c1d4089cb0fa4a45799 (patch) | |
| tree | 5991a94cf29da0e6599e7263ba9c1cfd9e769a23 /internal/version | |
| parent | 75c530dcd9fbe3376f3a3c617663af0303a935e3 (diff) | |
initial scheduled jobs
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 3fd729b..82fd86f 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.0.3" + Version string = "2.1.0" // Additional information for DTail Additional string = "develop" // ProtocolCompat -ibility version. |
