diff --git a/go.mod b/go.mod index 725cb7a..c61f05b 100644 --- a/go.mod +++ b/go.mod @@ -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