diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-03-15 11:22:27 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-03-15 11:22:27 +0000 |
| commit | 5d1c1aad7b5f66fadcaebf40a0e9089b8a0de00b (patch) | |
| tree | d7f2c3b068b9771754134a022eb28fd6c5c8bf4c /internal | |
| parent | 5b8f5b0835fd41ae9a74d2ebce5e9d522de83cb1 (diff) | |
bump to be a snapshot release
Diffstat (limited to 'internal')
| -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. |
