Skip to content

Commit

Permalink
build: bump abci version minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jan 15, 2025
1 parent 77cde71 commit c1edaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const (
// when not using git describe. It is formatted with semantic versioning.
TMVersionDefault = "1.4.0"
// ABCISemVer is the semantic version of the ABCI library
ABCISemVer = "1.2.0"
ABCISemVer = "1.3.0"

ABCIVersion = ABCISemVer
)
Expand Down

0 comments on commit c1edaf6

Please sign in to comment.