summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-08 10:28:08 +0200
committerPaul Buetow <paul@buetow.org>2026-03-08 10:28:08 +0200
commit1fc24f9affed5128702e4de80572cac8c82d399e (patch)
treebb1ebf68d0662ccdbfc130acbc99891aa7b481e0
parenteb14ca0154c191b953c7f5c576065363904c222a (diff)
change version to ng (next gen)
-rw-r--r--internal/version/version.go2
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!"
)