diff options
Diffstat (limited to 'internal/version')
| -rw-r--r-- | internal/version/version.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/version/version.go b/internal/version/version.go index f5844f9..f97c4bb 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -11,11 +11,11 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "2.5.0" + Version string = "3.0.0" // Additional information for DTail - Additional string = "develop" + Additional string = "" // ProtocolCompat -ibility version. - ProtocolCompat string = "2" + ProtocolCompat string = "3" ) // String representation of the DTail version. |
