Skip to content

Commit 30159d3

Browse files
authored
bump for release + fix fuel-core version in CI (#44)
1 parent 0760cec commit 30159d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ concurrency:
1515
env:
1616
DASEL_VERSION: https://github.com/TomWright/dasel/releases/download/v1.24.3/dasel_linux_amd64
1717
RUST_VERSION: 1.70.0
18-
FUEL_CORE_VERSION: 0.19.1
18+
FUEL_CORE_VERSION: 0.20.4
1919
IMAGE_NAME: ${{ github.repository }}
2020

2121
jobs:

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = "https://fuel.network/"
55
license = "Apache-2.0"
66
repository = "https://github.com/FuelLabs/fuel-block-committer"
77
rust-version = "1.70.0"
8-
version = "0.0.0"
8+
version = "0.1.0"
99
name = "fuel-block-committer"
1010

1111
[[test]]

deployment/charts/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: fuel-block-committer
33
description: Fuel Block Committer Helm Chart
44
type: application
5-
appVersion: "0.0.0"
5+
appVersion: "0.1.0"
66
version: 0.1.0

0 commit comments

Comments
 (0)