diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:45:40 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:45:40 +0100 |
| commit | 48b37edc9abc70a74be405f154c2ce4af879a5bb (patch) | |
| tree | 7b27de97e40259d4f59d31a0df74ccf9f4029341 /internal | |
| parent | fc5e0b8756cf10ef5a61a9c2be59c6bdfd1b0f2b (diff) | |
This is not a snapshot release anymore
Diffstat (limited to 'internal')
| -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 3eef9ae..4d829df 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -15,7 +15,7 @@ const ( // Version of DTail. Version string = "4.1.0" // Additional information for DTail - Additional string = "SNAPSHOT release" + Additional string = "Have a lot of fun!" ) // String representation of the DTail version. |
