From 2600d7a02bae5cd246c7520df1d7da3190c99d6d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 15 Jul 2022 11:45:40 +0100 Subject: This is not a snapshot release anymore --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3