summaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2022-03-15 11:22:27 +0000
committerPaul Buetow <pbuetow@mimecast.com>2022-03-15 11:22:27 +0000
commit5d1c1aad7b5f66fadcaebf40a0e9089b8a0de00b (patch)
treed7f2c3b068b9771754134a022eb28fd6c5c8bf4c /internal
parent5b8f5b0835fd41ae9a74d2ebce5e9d522de83cb1 (diff)
bump to be a snapshot release
Diffstat (limited to 'internal')
-rw-r--r--internal/version/version.go4
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.