Skip to content

Commit

Permalink
Prep 7.1.1 (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: Sami Salonen <[email protected]>
  • Loading branch information
ssalonen authored Jul 5, 2023
1 parent 2a568f0 commit 538b43a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = 'cec-rs'
# Do note msrv setting in clippy.toml as well
rust-version = "1.56.1"
version = "7.1.0"
version = "7.1.1-alpha"
authors = ['Sami Salonen']
edition = '2021'
license = 'GPL-2.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md).

## Releasing

```cargo release --no-publish --execute``` and let the github CD pipeline do the rest.
```cargo release --no-publish --dev-version --execute``` and let the github CD pipeline do the rest.

0 comments on commit 538b43a

Please sign in to comment.