Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn <[email protected]>
  • Loading branch information
mpoke and shaspitz committed Aug 15, 2023
1 parent e94effe commit 26ecf3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ ICS adheres to the [trunk based development branching model](https://trunkbasedd
ICS follows [semantic versioning](https://semver.org), but with the following deviations (similar to [IBC-Go](https://github.com/cosmos/ibc-go/blob/main/RELEASES.md)):

- An API breaking change will result in an increase of the MAJOR version number (X.y.z | x > 0).
- A state breaking change will result in an increase of the MINOR version number (x.Y.z | x > 0).
- A state breaking change (change requiring coordinated upgrade and/or state migration) will result in an increase of the MINOR version number (x.Y.z | x > 0).

### Backwards Compatibility

Expand Down

0 comments on commit 26ecf3f

Please sign in to comment.