Skip to content

Commit

Permalink
Merge pull request #30 from snonux/master
Browse files Browse the repository at this point in the history
Cut 4.1.1
  • Loading branch information
pbuetow authored Apr 27, 2023
2 parents a0fb53f + daaca90 commit 7d97fc0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/mimecast/dtail

go 1.18
go 1.20

require (
github.com/DataDog/zstd v1.5.5
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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!"
)
Expand Down
12 changes: 7 additions & 5 deletions inventory.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d97fc0

Please sign in to comment.