diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-10-24 18:13:36 +0300 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-10-24 18:13:36 +0300 |
| commit | cd435d2a40dd4eeedea0ef86c2f5cbb82e8fd251 (patch) | |
| tree | 7aa2652d78e648dd9ee6eeba9d2c97f405f39a2d | |
| parent | 67a1f08cd2e5a8dac98962af3b36c25d446e2149 (diff) | |
Bump up RC version
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | internal/version/version.go | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -13,3 +13,4 @@ tags /dmap /dserver /dtailhealth +known_hosts diff --git a/internal/version/version.go b/internal/version/version.go index 68b9e6e..5872980 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-RC1" + Version string = "4.0.0-RC2" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
