diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:16:15 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-07-15 11:16:15 +0100 |
| commit | 28bca80b6bca8997a16d0eb8da050caf029d953b (patch) | |
| tree | 133a9969686d16d22e9b15106133ee577865c98b /internal/version/version.go | |
| parent | a94e950ccc5882cf27a241080a9c560d1d19f2ee (diff) | |
| parent | 41db4017cbfe1175b954e0ed8b2f43816c0f66ad (diff) | |
merge
Diffstat (limited to 'internal/version/version.go')
| -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. |
