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 | 1a298f492683fc2e491cfca74cdab7d5af252838 (patch) | |
| tree | c11f5a8d9ccaf1db82c3f4145912f1fa9927c034 /internal/version/version.go | |
| parent | 7db0182e0a3c7401a4e49b0ae917070e81994046 (diff) | |
cut new dev version
Diffstat (limited to 'internal/version/version.go')
| -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" ) |
