Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
chore: bump version v0.13.2 (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
ejfitzgerald authored Feb 11, 2021
1 parent 9baaa5e commit 7696da1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:

- name: Set up Go 1.13
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.14
id: go

- name: Install system dependencies
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
// XXX: Don't change the name of this variable or you will break
// automation :)

TMCoreSemVer = "0.13.0"
TMCoreSemVer = "0.13.2"
TMBaselineSemVer = "0.33.6"

// ABCISemVer is the semantic version of the ABCI library
Expand Down

0 comments on commit 7696da1

Please sign in to comment.