summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--internal/version/version.go2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 1ccedb6..20e162c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ tags
/dmap
/dserver
/dtailhealth
+known_hosts
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!"
)