diff options
| author | Paul Buetow <35781042+pbuetow@users.noreply.github.com> | 2021-03-29 17:49:16 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 17:49:16 +0100 |
| commit | 75d8d2f057a0fef8643c9ff47ae53dd2c64007fc (patch) | |
| tree | 4e75a996ef44bc5adc771c318753b0c4ad934269 /internal/version | |
| parent | 4e66a087c10cdd49c352416567436d8c2ef2a656 (diff) | |
| parent | d9597c18236a72f12e7353416c7c0c40ddc92006 (diff) | |
Merge pull request #22 from snonux/develop
Add context awareness to dgrep
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 1d974f7..f9acd56 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.1" + Version string = "3.3.0" // Additional information for DTail Additional string = "develop" // ProtocolCompat -ibility version. |
