diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2022-01-27 17:24:53 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2022-01-27 17:24:53 +0000 |
| commit | 73da706412607ee2e4214dd36349cf333972ae0b (patch) | |
| tree | da99b0cfc9f299865b6605f0ddd11979f90595b7 | |
| parent | 4c1059dc98b3acf2fd985aec8a181c2e3117cbe9 (diff) | |
bump up RC version
| -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 6b92bc3..a85497d 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "4.0.0-RC7" + Version string = "4.0.0-RC8" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
