diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-03-30 14:29:18 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-03-30 14:29:18 +0100 |
| commit | a5d0b4d112c64549f5ed6fc2cf91ac3eaa6881e2 (patch) | |
| tree | a5c9cde744cd736d1b20ec93cd783c6aa1dc1557 | |
| parent | ef161412dbe589288fa37b17e840e95505d583fa (diff) | |
bump up 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 f9acd56..23149a5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "3.3.0" // Additional information for DTail - Additional string = "develop" + Additional string = "" // ProtocolCompat -ibility version. ProtocolCompat string = "3" ) |
