diff options
| author | Paul Bütow <pbuetow@mimecast.com> | 2020-01-21 14:37:38 +0000 |
|---|---|---|
| committer | Paul Bütow <pbuetow@mimecast.com> | 2020-01-21 14:37:38 +0000 |
| commit | 6aca8a6eae6d7ef750243a395532ea2188c9faf5 (patch) | |
| tree | a9163615d83a9ba25b423bba53fb4d589e134439 | |
| parent | c128865c4c7411c29a59fca9a3a2f95537686d7b (diff) | |
release v1.1.0v1.1.0
| -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 d036a68..3a4a5dc 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -14,7 +14,7 @@ const Name = "DTail" const Version = "1.1.0" // Additional information. -const Additional = "develop" +const Additional = "" // String representation of the DTail version. func String() string { |
