summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/constants.go b/src/constants.go
index 9a5b8fa3..9842e0bf 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -9,9 +9,6 @@ import (
)
const (
- // Current version
- version = "0.23.1"
-
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond
coordinatorDelayStep time.Duration = 10 * time.Millisecond