Skip to content

Commit

Permalink
Merge pull request #59 from informalsystems/ph/correct-version-number…
Browse files Browse the repository at this point in the history
…-v0.37.2-3-tutorial

Set the correct version number for the tutorial release
  • Loading branch information
p-offtermatt authored Sep 13, 2023
2 parents 51c917b + 0513378 commit 9335b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cometmock/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/urfave/cli/v2"
)

const version = "v0.37.x"
const version = "v0.37.2-3-tutorial"

// GetMockPVsFromNodeHomes returns a list of MockPVs, created with the priv_validator_key's from the specified node homes
// We use MockPV because they do not do sanity checks that would e.g. prevent double signing
Expand Down

0 comments on commit 9335b64

Please sign in to comment.