Skip to content

Commit

Permalink
bump version to v0.18.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed Apr 6, 2024
1 parent 070bbe0 commit 4e384b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

const (
Debug = true
BuildVersion = "v0.18.3-BUILD_VERSION"
BuildVersion = "v0.18.4-BUILD_VERSION"
KernelNetworkId = "74c6cdb7d51af57037faa1f5544f8331ced001df5964331911ca51385993b375"

Check warning on line 14 in config/reader.go

View workflow job for this annotation

GitHub Actions / lint

var-naming: const KernelNetworkId should be KernelNetworkID (revive)

SnapshotRoundGap = uint64(3 * time.Second)
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.22
go 1.22.2

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

Expand Down

0 comments on commit 4e384b4

Please sign in to comment.