diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-30 18:18:22 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-30 18:18:22 +0300 |
| commit | b5ba67519a597758fa7b2ff3b40f75202717b581 (patch) | |
| tree | 0a5f31c235715e07c8a7c5abae5ef88628cfca5a | |
| parent | 6181a10443b5122e94c85a7c17f3603683d64cdf (diff) | |
bump 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 301e0bd..60e44c2 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-RC3" + Version string = "4.0.0-RC4" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
