diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-12-21 15:14:23 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-12-21 15:14:23 +0000 |
| commit | 7cf2cb35d6a6b7ad30abc4603f6b410e0b5cf266 (patch) | |
| tree | 228ddaeb18c048bdc34c7702c997c3abc1ede7fd /internal/version/version.go | |
| parent | a44a29ffe558591b2f1e081fedaee2b88f40923f (diff) | |
bump RC
Diffstat (limited to 'internal/version/version.go')
| -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 f8fede1..6b92bc3 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-RC6" + Version string = "4.0.0-RC7" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
