diff options
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. |
