Skip to content

Commit

Permalink
bump version to v0.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Aug 9, 2023
1 parent e20ff8f commit 05443be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
Debug = true
BuildVersion = "v0.16.0-BUILD_VERSION"
BuildVersion = "v0.16.1-BUILD_VERSION"

MainnetId = "6430225c42bb015b4da03102fa962e4f4ef3969e03e04345db229f8377ef7997"

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/MixinNetwork/mixin

go 1.20
go 1.21

replace github.com/dgraph-io/badger/v4 => github.com/MixinNetwork/badger/v4 v4.2.0-F2

Expand Down

0 comments on commit 05443be

Please sign in to comment.