Skip to content

Commit

Permalink
Bump version to v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
athre0z committed Feb 11, 2024
1 parent 2338e2f commit ed379dc
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
@@ -1,6 +1,6 @@
[package]
name = "zydis"
version = "4.1.0-beta.1"
version = "4.1.0"
authors = ["Joel Höner <joel@zyantific.com>", "Timo von Hartz <th0rex@zyantific.com>"]
description = "Bindings for Zydis"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ disassembler and code generator library.

```toml
[dependencies]
zydis = "4.0.0-beta.4"
zydis = "4.1.0"
```

## Example
Expand Down

0 comments on commit ed379dc

Please sign in to comment.