diff options
| author | Paul Buetow <35781042+pbuetow@users.noreply.github.com> | 2023-04-27 15:00:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-27 15:00:50 +0300 |
| commit | 7d97fc0924f6ce749a25acf10338268e7e470524 (patch) | |
| tree | 15e974210af0e351dfbe4a28d7fa66282b674d78 /internal | |
| parent | a0fb53f87725342287aea5c546ba1444c78d1bc9 (diff) | |
| parent | daaca90c2c1c9debc339ff28c3f0b928b5041d3e (diff) | |
Merge pull request #30 from snonux/master
Cut 4.1.1
Diffstat (limited to 'internal')
| -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!" ) |
