diff --git a/cmd/bumper/main.go b/cmd/bumper/main.go index 45c8e6a7..2f3efedf 100644 --- a/cmd/bumper/main.go +++ b/cmd/bumper/main.go @@ -189,8 +189,8 @@ func main() { // // $ go generate . // -// which will run all these generators below and finish with a go install.` + - `//go:generate go run ./pkg/relay/gen/main.go +// which will run all these generators below and finish with a go install. +` + `//go:generate go run ./pkg/relay/gen/main.go // Lastly install ` + `//go:generate go install -v ./... diff --git a/version.go b/version.go index 420b9e79..3e5c5cfe 100644 --- a/version.go +++ b/version.go @@ -21,9 +21,9 @@ var ( // GitRef is the gitref, as in refs/heads/branchname. GitRef = "refs/heads/protocol" // ParentGitCommit is the commit hash of the parent HEAD. - ParentGitCommit = "0086d170c2ab941c7f9110683f9f8ddb26b747ec" + ParentGitCommit = "be1334989e9c089773e8bcb09e72d7ea338b6d7b" // BuildTime stores the time when the current binary was built. - BuildTime = "2023-02-20T14:02:37Z" + BuildTime = "2023-02-20T14:03:14Z" // SemVer lists the (latest) git tag on the release. SemVer = "v0.0.9" // PathBase is the path base returned from runtime caller.