diff options
| author | Paul Buetow <paul@buetow.org> | 2020-02-11 07:03:33 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2020-02-11 07:03:33 +0000 |
| commit | b5d034aa4f12f44a0f0c7dcaf8258753c0b85506 (patch) | |
| tree | 658b7d21408242af1e6b806f0835f1e72c40052b /internal/version | |
| parent | 8b40f15868f56ed73c6b92b1b6e65a9530f5e789 (diff) | |
remove develop string
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 3fd729b..e3014a4 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "2.0.3" // Additional information for DTail - Additional string = "develop" + Additional string = "" // ProtocolCompat -ibility version. ProtocolCompat string = "2" ) |
