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

Commit 1f7147f

Browse files
committed
chores: bump version.go to next release version
1 parent af68c9a commit 1f7147f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020
// Must be a string because scripts like dist.sh read this file.
2121
// XXX: Don't change the name of this variable or you will break
2222
// automation :)
23-
TMCoreSemVer = "0.16.2"
23+
TMCoreSemVer = "0.16.3"
2424

2525
// ABCISemVer is the semantic version of the ABCI library
2626
ABCISemVer = "0.16.2"

0 commit comments

Comments
 (0)