Skip to content

Commit

Permalink
Preparing testnet release. (#970)
Browse files Browse the repository at this point in the history
Fixing our goreleaser action
Fixes #805
Fixes #881

Setting version for testnet release
  • Loading branch information
AnomalRoil committed Apr 27, 2022
1 parent ac5c7b8 commit 7cb6698
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:

- name: Install Protoc-gen-go
run: |
GO111MODULE=off go get github.com/golang/protobuf/protoc-gen-go@v1.27.1
GO111MODULE=off go get google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
GO111MODULE=off go install github.com/golang/protobuf/protoc-gen-go@v1.28.0
GO111MODULE=off go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.2.0
go mod tidy
- name: Get latest release version number
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var version = Version{
Major: 1,
Minor: 4,
Patch: 0,
Prerelease: "pre",
Prerelease: "testnet",
}

// Set via -ldflags. Example:
Expand Down

0 comments on commit 7cb6698

Please sign in to comment.