diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-03-23 09:08:42 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-03-23 09:08:42 +0000 |
| commit | d6dd896805faa074960f17bd1e8c516420e27f0d (patch) | |
| tree | c7a376240a8387f3bf1aeb4a5ade80327b917217 /internal/version | |
| parent | 07b9fd5044a4eb470a74048bf2878bc9d75afa1d (diff) | |
| parent | 692393e0357c3a46939f9fdc7729e8269705fade (diff) | |
Merge branch 'master' into grep-context
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 c0f349c..a6d6b05 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.2.0" + Version string = "3.2.2" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
