Skip to content

Commit

Permalink
build: bump Cargo.toml version (#31)
Browse files Browse the repository at this point in the history
This version is used by the python bindings.  Since this is a new
release bump them to the next number.  We don't currently match the
version number with iroh's version number.
  • Loading branch information
flub committed Oct 4, 2023
1 parent 740f0f1 commit b353bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "iroh-ffi"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
publish = false
readme = "README.md"
Expand Down

0 comments on commit b353bb8

Please sign in to comment.