diff options
| author | pbuetow <35781042+pbuetow@users.noreply.github.com> | 2020-02-11 12:30:11 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-11 12:30:11 +0000 |
| commit | 8c2c52b6d90c7b364a1017434c6354b335954953 (patch) | |
| tree | 658b7d21408242af1e6b806f0835f1e72c40052b /internal/version | |
| parent | 97621ff8112b9682564c2c9b3798fe1c508fa8b3 (diff) | |
| parent | b5d034aa4f12f44a0f0c7dcaf8258753c0b85506 (diff) | |
Merge pull request #10 from snonux/master
Allow whitespaces in regexes
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 3c057df..e3014a4 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 = "2.0.0" + Version string = "2.0.3" // Additional information for DTail Additional string = "" // ProtocolCompat -ibility version. |
