Skip to content

Commit

Permalink
Set version to v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-lisanin authored and afalaleev committed Nov 29, 2023
1 parent 385c524 commit 02d5ab6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions evm_loader/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion evm_loader/api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-api"
version = "0.1.0"
version = "1.7.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion evm_loader/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "neon-cli"
version = "1.7.0-dev"
version = "1.7.0"
authors = ["NeonLabs Maintainers <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion evm_loader/program/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "evm-loader"
version = "1.7.0-dev"
version = "1.7.0"
description = "Neon EVM loader"
authors = ["NeonLabs Maintainers <[email protected]>"]
edition = "2021"
Expand Down

0 comments on commit 02d5ab6

Please sign in to comment.