Skip to content

Commit

Permalink
Retract the accidentally-released v0.6.5. (#194)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
M. J. Fromberger authored Nov 8, 2021
1 parent 6dc0379 commit d3744d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tendermint/tm-db

go 1.12
go 1.16

require (
github.com/dgraph-io/badger/v2 v2.2007.3
Expand All @@ -16,3 +16,6 @@ require (
go.etcd.io/bbolt v1.3.6
google.golang.org/grpc v1.38.0
)

// Breaking changes were released with the wrong tag (use v0.6.6 or later).
retract v0.6.5

0 comments on commit d3744d5

Please sign in to comment.