Skip to content

Commit

Permalink
Bump bindings version
Browse files Browse the repository at this point in the history
  • Loading branch information
wtdcode committed Nov 8, 2021
1 parent 640251e commit 0714fb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Expand Up @@ -29,7 +29,7 @@
UC_DIR = os.path.join(ROOT_DIR, '../..')
BUILD_DIR = os.path.join(UC_DIR, 'build')

VERSION = "2.0.0rc3"
VERSION = "2.0.0rc4"

if SYSTEM == 'darwin':
LIBRARY_FILE = "libunicorn.dylib"
Expand Down
2 changes: 1 addition & 1 deletion bindings/rust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "unicorn-engine"
version = "2.0.0-rc3"
version = "2.0.0-rc4"
authors = ["Ziqiao Kong", "Lukas Seidel"]
documentation = "https://github.com/unicorn-engine/unicorn/wiki"
edition = "2018"
Expand Down

0 comments on commit 0714fb5

Please sign in to comment.