Skip to content

Commit

Permalink
bump version to v0.18.7
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricfung committed May 21, 2024
1 parent e7b6e71 commit 49dd630
Showing 1 changed file with 1 addition and 1 deletion.
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.6-BUILD_VERSION"
BuildVersion = "v0.18.7-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

0 comments on commit 49dd630

Please sign in to comment.