We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617faaa commit d509b1eCopy full SHA for d509b1e
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-# 1.1.3 (October 12th, 2021)
+# 1.1.4 (October 12th, 2021)
2
3
BUG FIXES
4
go.mod
@@ -2,6 +2,10 @@ module github.com/hashicorp/raft
go 1.12
5
+retract (
6
+ v1.1.3 // Published with the wrong go.sum hash.
7
+)
8
+
9
require (
10
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
11
github.com/boltdb/bolt v1.3.1 // indirect
0 commit comments