diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-27 05:04:01 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-27 05:04:01 +0100 |
| commit | 400e114eca75e14e61fbb4de95a9a60909ad0fb4 (patch) | |
| tree | d5612f8766ddf21e21c42ff1e486e1e18dace676 /internal/version | |
| parent | 4d3fcad045eb254d2182a84fe42bf3d4f563b63f (diff) | |
change version to develop
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 3c31059..10fb8df 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Version of DTail. Version string = "3.3.1" // Additional information for DTail - Additional string = "" + Additional string = "develop" // ProtocolCompat -ibility version. ProtocolCompat string = "3" ) |
