diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-01-11 16:07:32 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-01-11 16:07:32 +0000 |
| commit | 366938d4a1d205037b34f63a3453ff54080467b6 (patch) | |
| tree | c11f5a8d9ccaf1db82c3f4145912f1fa9927c034 /internal | |
| parent | 00f48a94726b8a8989e1d1e953d5409c7a61ae0a (diff) | |
cut new dev version
Diffstat (limited to 'internal')
| -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 a64417f..1d974f7 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 = "3.2.0" + Version string = "3.2.1" // Additional information for DTail - Additional string = "develop-3" + Additional string = "develop" // ProtocolCompat -ibility version. ProtocolCompat string = "3" ) |
