diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-27 16:31:03 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-27 16:31:03 +0000 |
| commit | 94e37105c5a8c0ce22104add751e9938f239261e (patch) | |
| tree | 410b98e4fa8cb722305c1feb6f8e286021805501 /internal/version | |
| parent | eca9c65b7c9e33cba8cc1ea5afe016bfc59f8918 (diff) | |
only try to read a file once in cat and grep mode but 10 times in tail mode
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 4fa9890..a64417f 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "3.2.0" // Additional information for DTail - Additional string = "develop2" + Additional string = "develop-3" // ProtocolCompat -ibility version. ProtocolCompat string = "3" ) |
