Skip to content

Commit d509b1e

Browse files
author
Dhia Ayachi
committed
add retraction to version 1.1.3
1 parent 617faaa commit d509b1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.1.3 (October 12th, 2021)
1+
# 1.1.4 (October 12th, 2021)
22

33
BUG FIXES
44

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ module github.com/hashicorp/raft
22

33
go 1.12
44

5+
retract (
6+
v1.1.3 // Published with the wrong go.sum hash.
7+
)
8+
59
require (
610
github.com/armon/go-metrics v0.0.0-20190430140413-ec5e00d3c878
711
github.com/boltdb/bolt v1.3.1 // indirect

0 commit comments

Comments
 (0)