summaryrefslogtreecommitdiff
path: root/internal/version
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-10-29 08:16:03 +0300
committerPaul Buetow <paul@buetow.org>2021-10-29 08:16:03 +0300
commitda05e08ad5ef57a29609397d81327c92ce848652 (patch)
treec21acd111e5bd012ff0aaa7c91f6e9d688ee9ad9 /internal/version
parentd556c13d430f291b615d538c35ebdaf9b53aa15d (diff)
parentdadbaab24d66685db0a2a6655bd75cdbb19eb929 (diff)
merge
Diffstat (limited to 'internal/version')
-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 68b9e6e..5872980 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.0.0-RC1"
+ Version string = "4.0.0-RC2"
// Additional information for DTail
Additional string = "Have a lot of fun!"
)