diff options
| author | Paul Buetow <paul@buetow.org> | 2021-10-29 08:26:25 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2021-10-29 08:26:25 +0300 |
| commit | b9d3268474e6b8cbf985003c7d1ab9e37f923efd (patch) | |
| tree | ef0a410e96ca24918d8cd946ac510d123213136d | |
| parent | 7fe0c079f79f4da468e6195ed9453bc2d1f1822d (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 5872980..301e0bd 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-RC2" + Version string = "4.0.0-RC3" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
