diff options
| author | Paul Buetow <pbuetow@mimecast.com> | 2021-05-27 17:46:21 +0100 |
|---|---|---|
| committer | Paul Buetow <pbuetow@mimecast.com> | 2021-05-27 17:46:21 +0100 |
| commit | e43dcceb7307b80ba6826f446a4fd0b741cbcceb (patch) | |
| tree | c18fdc22699d083bcb9fd45b57703ac9e63a7d0b /internal | |
| parent | ffbe6c0255d72ec2e1998df0b8e959007637c756 (diff) | |
| parent | 938aaa53541fe84bf7ea91b28c5004e21ef9ba92 (diff) | |
fix merge conflict
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/datas/rbuffer_test.go | 2 | ||||
| -rw-r--r-- | internal/version/version.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/datas/rbuffer_test.go b/internal/datas/rbuffer_test.go index 456511a..843bb8e 100644 --- a/internal/datas/rbuffer_test.go +++ b/internal/datas/rbuffer_test.go @@ -29,7 +29,7 @@ func TestRBuffer(t *testing.T) { fiveValues := []string{ "42 is the answer!", - "Scroption: Get over here!", + "Scorpion: Get over here!", "Have you swiped your nectar card?", "Please mind the gap between the train and the platform!", "Visit DTail at https://dtail.dev", diff --git a/internal/version/version.go b/internal/version/version.go index 23149a5..3c31059 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,7 +11,7 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "3.3.0" + Version string = "3.3.1" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
