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 | |
| parent | a0fb53f87725342287aea5c546ba1444c78d1bc9 (diff) | |
| parent | daaca90c2c1c9debc339ff28c3f0b928b5041d3e (diff) | |
Merge pull request #30 from snonux/master
Cut 4.1.1
| -rw-r--r-- | go.mod | 2 | ||||
| -rw-r--r-- | internal/version/version.go | 2 | ||||
| -rw-r--r-- | inventory.yaml | 12 |
3 files changed, 9 insertions, 7 deletions
@@ -1,6 +1,6 @@ module github.com/mimecast/dtail -go 1.18 +go 1.20 require ( github.com/DataDog/zstd v1.5.5 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!" ) diff --git a/inventory.yaml b/inventory.yaml index 3750fc0..c75016a 100644 --- a/inventory.yaml +++ b/inventory.yaml @@ -1,5 +1,7 @@ -component_name: dtail -owning team: Paul Buetow -component_usage: OPENSOURCE -application_purpose: tool -development_strategy: opensource +component: dtail +project_name: dtail +full_path: 'https://github.com/mimecast/dtail.git' +component_usage: Open Source +dev_language: + - Go +application_type: Tooling |
