diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-03-23 09:37:02 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-03-23 20:12:09 +0000 |
| commit | 2b47630c2f68794a95d5065a7989d489990f7a19 (patch) | |
| tree | 389166c157ebc7cec690a967b02255d9337c6988 /internal/version/version.go | |
| parent | d6dd896805faa074960f17bd1e8c516420e27f0d (diff) | |
context aware grep with -max -after and -before not work
Diffstat (limited to 'internal/version/version.go')
| -rw-r--r-- | internal/version/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index a6d6b05..f9acd56 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,9 +11,9 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "3.2.2" + Version string = "3.3.0" // Additional information for DTail - Additional string = "" + Additional string = "develop" // ProtocolCompat -ibility version. ProtocolCompat string = "3" ) |
