diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-02-11 13:13:00 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-02-11 13:13:00 +0000 |
| commit | 8e053e948a7da1281b387f34cf53c45f72dba3f2 (patch) | |
| tree | 8d1c7e69ba3a9c36349ca162344ae109a6f70b01 /internal/version | |
| parent | ecf7c86bc2f64068e6256ac1b9738c712a9858e9 (diff) | |
| parent | 26fd900d5fd482c00a4d90efbd2a0776458c965f (diff) | |
Merge branch 'master' into develop
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 82fd86f..b3614c5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "2.1.0" // Additional information for DTail - Additional string = "develop" + Additional string = "" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
