diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:45:40 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-09-07 15:29:29 +0300 |
| commit | ce1ae3d4378d177b8b96976822e5c283c62b9a5a (patch) | |
| tree | a8086e30fe066315a22c2707259944b2a69ed54c /internal/version | |
| parent | b1837bdec116f0bbf6212404e98c8880f07231f2 (diff) | |
This is not a snapshot release anymore
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 c60c04c..90073b5 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -15,7 +15,7 @@ const ( // Version of DTail. Version string = "4.2.0" // Additional information for DTail - Additional string = "SNAPSHOT release" + Additional string = "Have a lot of fun!" ) // String representation of the DTail version. |
