From d35a0b7e776b6284cf3ec042f96df17ae90f0239 Mon Sep 17 00:00:00 2001 From: Noah Citron Date: Mon, 10 Feb 2025 16:41:21 -0500 Subject: [PATCH] chore: bump version to 0.8.0 (#511) --- Cargo.toml | 2 +- cli/Cargo.toml | 2 +- core/Cargo.toml | 2 +- ethereum/Cargo.toml | 2 +- ethereum/consensus-core/Cargo.toml | 2 +- opstack/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3cb66fe7..69cc47a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helios" -version = "0.7.0" +version = "0.8.0" edition = "2021" autobenches = false exclude = ["benches"] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e1cff4cb..085d46dd 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helios-cli" -version = "0.7.0" +version = "0.8.0" edition = "2021" [[bin]] diff --git a/core/Cargo.toml b/core/Cargo.toml index 74eef842..ee2aff4a 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helios-core" -version = "0.7.0" +version = "0.8.0" edition = "2021" [dependencies] diff --git a/ethereum/Cargo.toml b/ethereum/Cargo.toml index 49651e22..7f625ad0 100644 --- a/ethereum/Cargo.toml +++ b/ethereum/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helios-ethereum" -version = "0.7.0" +version = "0.8.0" edition = "2021" [dependencies] diff --git a/ethereum/consensus-core/Cargo.toml b/ethereum/consensus-core/Cargo.toml index db9f0a37..e8b6d1e8 100644 --- a/ethereum/consensus-core/Cargo.toml +++ b/ethereum/consensus-core/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.7.0" +version = "0.8.0" name = "helios-consensus-core" edition = "2021" diff --git a/opstack/Cargo.toml b/opstack/Cargo.toml index c286e1fa..9593d78f 100644 --- a/opstack/Cargo.toml +++ b/opstack/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "helios-opstack" -version = "0.7.0" +version = "0.8.0" edition = "2021" [[bin]]