Skip to content

Commit

Permalink
Set version back to -dev after release
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Dec 6, 2023
1 parent d8a1980 commit 2356c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm"]

[package]
name = "evm"
version = "1.0.0-alpha.2"
version = "1.0.0-dev"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }
Expand All @@ -18,7 +18,7 @@ description = "Ethereum Virtual Machine"
primitive-types = { version = "0.12", default-features = false, features = ["rlp"] }
sha3 = { version = "0.10", default-features = false }

evm-interpreter = { version = "1.0.0-alpha.2", path = "interpreter", default-features = false }
evm-interpreter = { version = "1.0.0-dev", path = "interpreter", default-features = false }

[features]
default = ["std"]
Expand Down
2 changes: 1 addition & 1 deletion interpreter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "evm-interpreter"
version = "1.0.0-alpha.2"
version = "1.0.0-dev"
edition = "2021"
license = { workspace = true }
authors = { workspace = true }
Expand Down

0 comments on commit 2356c2c

Please sign in to comment.