diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2020-02-29 17:27:10 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2020-02-29 17:27:10 +0000 |
| commit | 1d096119505b2eca99ff445644cce94ac0d8b3b8 (patch) | |
| tree | d2c8b4e8f539b4af69bd71540facb11cb2a0924f /internal/version | |
| parent | 7911b102171309dfc43bc2faccac6de9e490f175 (diff) | |
race condition
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 3925bff..6115453 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "2.1.1" // Additional information for DTail - Additional string = "develop" + Additional string = "develop2" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
