Skip to content

Commit

Permalink
Bump version to 0.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Dec 6, 2024
1 parent 78b17e7 commit 627b14c
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 = "lldb-sys"
version = "0.0.30"
version = "0.0.31"
edition = "2021"
authors = ["Bruce Mitchener <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add it to your `Cargo.toml` like so:

```toml
[dependencies]
lldb-sys = "0.0.30"
lldb-sys = "0.0.31"
```

### Linux
Expand Down

0 comments on commit 627b14c

Please sign in to comment.