diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-03-16 14:18:36 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-03-16 14:18:36 +0000 |
| commit | 096e578ca495f8d2543f9cb853747e1de22cad22 (patch) | |
| tree | b6e02e729501cab9c6c9666bdefada494b54231f /internal/version/version.go | |
| parent | e7bc15d2823e08b70bbe84a9ba3b547690c6ad88 (diff) | |
create release candidate 1
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 290eb2f..b4f0ce8 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,9 +11,9 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "2.1.1" + Version string = "2.2.0" // Additional information for DTail - Additional string = "develop3" + Additional string = "Release Candidate 1" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
