diff options
| -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. |
