diff options
| -rw-r--r-- | internal/version/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index 18c3b88..3eef9ae 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,9 +13,9 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "4.0.0" + Version string = "4.1.0" // Additional information for DTail - Additional string = "Have a lot of fun!" + Additional string = "SNAPSHOT release" ) // String representation of the DTail version. |
