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 | 0cc6a47201ea70d06703f2b16b51fb643e49e61d (patch) | |
| tree | b6e02e729501cab9c6c9666bdefada494b54231f | |
| parent | fef20a8473a55858b6e753d420ec9232dbcb7671 (diff) | |
create release candidate 1
| -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" ) |
