diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2023-06-21 10:56:41 +0000 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2023-09-07 15:32:15 +0300 |
| commit | 9d1ce0304e5213e66a0d916a2a44eb60b73c7197 (patch) | |
| tree | 53e79fe1f2763c4f1feff0ff241561e013689aa8 /internal/version | |
| parent | 02c6848270ee5ee025ea80b459456e96f31d6eb8 (diff) | |
DTail: Restrict SSH MAC algorithms allowed - Update of few dependencies
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 15ea50f..90073b5 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.3.0" + Version string = "4.2.0" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
