diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-23 18:02:47 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-04-27 14:55:37 +0300 |
| commit | daaca90c2c1c9debc339ff28c3f0b928b5041d3e (patch) | |
| tree | 15e974210af0e351dfbe4a28d7fa66282b674d78 /internal/version | |
| parent | e442e3181811966805e108af8bc8fe357504ac70 (diff) | |
Update dependenciesv4.1.1
Diffstat (limited to 'internal/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 4d829df..f381be6 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.1.0" + Version string = "4.1.1" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
