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 | 2600d7a02bae5cd246c7520df1d7da3190c99d6d (patch) | |
| tree | a8086e30fe066315a22c2707259944b2a69ed54c /internal/version/version.go | |
| parent | e50be6690b1a0efa8ea7880237c3b97165b56800 (diff) | |
This is not a snapshot release anymore
Diffstat (limited to 'internal/version/version.go')
| -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. |
