Skip to content

Commit

Permalink
chore: bump versions (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet authored Oct 30, 2024
1 parent 5c17ae7 commit 32782ef
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 13 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,14 @@ members = [
]

[workspace.package]
version = "0.10.1"
version = "0.10.2"
authors = ["Fuel Labs <[email protected]>"]
edition = "2021"
homepage = "https://fuel.network/"
license = "Apache-2.0"
repository = "https://github.com/FuelLabs/fuel-block-committer"
# be careful when bumping the rust version. If `fuel-core` isn't on the version
# you plan to bump to, make sure the encoding crate keeps using a rust version <= fuel-core
rust-version = "1.79"
publish = false

Expand Down
4 changes: 2 additions & 2 deletions helm/fuel-block-committer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.1
version: 0.10.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.10.1"
appVersion: "0.10.2"

0 comments on commit 32782ef

Please sign in to comment.