summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-07-15 11:45:40 +0100
committerPaul Buetow <pbuetow@mimecast.com>2023-09-07 15:29:29 +0300
commit2600d7a02bae5cd246c7520df1d7da3190c99d6d (patch)
treea8086e30fe066315a22c2707259944b2a69ed54c /internal
parente50be6690b1a0efa8ea7880237c3b97165b56800 (diff)
This is not a snapshot release anymore
Diffstat (limited to 'internal')
-rw-r--r--internal/version/version.go2
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.