diff --git a/Cargo.lock b/Cargo.lock index b8965e53..f5ef402a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1790,7 +1790,7 @@ dependencies = [ [[package]] name = "fuel-block-committer" -version = "0.1.0" +version = "0.3.0" dependencies = [ "actix-web", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 5824f0b5..173a7804 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://fuel.network/" license = "Apache-2.0" repository = "https://github.com/FuelLabs/fuel-block-committer" rust-version = "1.77.0" -version = "0.1.0" +version = "0.3.0" name = "fuel-block-committer" [[test]] diff --git a/deployment/charts/Chart.yaml b/deployment/charts/Chart.yaml index 398a2a07..1baa3f8b 100644 --- a/deployment/charts/Chart.yaml +++ b/deployment/charts/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: fuel-block-committer description: Fuel Block Committer Helm Chart type: application -appVersion: "0.1.0" -version: 0.1.0 +appVersion: "0.3.0" +version: 0.1.1