Skip to content

Commit e73052a

Browse files
M. J. Frombergercreachadair
authored andcommitted
Retract the accidentally-released v0.6.5. (#194)
Update the go.mod file to version 1.16, to allow the retract syntax. Mark v0.6.5 as retracted, since it contains large breaking package structure changes.
1 parent fa2e592 commit e73052a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

go.mod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/tendermint/tm-db
22

3-
go 1.12
3+
go 1.16
44

55
require (
66
github.com/dgraph-io/badger/v2 v2.2007.3
@@ -16,3 +16,6 @@ require (
1616
go.etcd.io/bbolt v1.3.6
1717
google.golang.org/grpc v1.38.0
1818
)
19+
20+
// Breaking changes were released with the wrong tag (use v0.6.6 or later).
21+
retract v0.6.5

0 commit comments

Comments
 (0)