diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-08 10:28:08 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-08 10:28:08 +0200 |
| commit | 1fc24f9affed5128702e4de80572cac8c82d399e (patch) | |
| tree | bb1ebf68d0662ccdbfc130acbc99891aa7b481e0 | |
| parent | eb14ca0154c191b953c7f5c576065363904c222a (diff) | |
change version to ng (next gen)
| -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 59a41bc..05bd28f 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -13,7 +13,7 @@ const ( // Name of DTail. Name string = "DTail" // Version of DTail. - Version string = "4.3.2-cb" + Version string = "4.3.2-ng" // Additional information for DTail Additional string = "Have a lot of fun!" ) |
