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 | 581f729cdbcee98cbaa4f19a7a96a17f27add624 (patch) | |
| tree | 5991a94cf29da0e6599e7263ba9c1cfd9e769a23 /internal/version | |
| parent | 6589f451b934e72d3501428b84020ce92ff57ac7 (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. |
