diff --git a/Cargo.lock b/Cargo.lock index b0c2a98050..a8bf0ee06e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -725,7 +725,7 @@ dependencies = [ [[package]] name = "astria-sequencer" -version = "0.12.0" +version = "0.13.0" dependencies = [ "anyhow", "astria-build-info", diff --git a/charts/sequencer/Chart.yaml b/charts/sequencer/Chart.yaml index f644c37efe..f56f2d1c72 100644 --- a/charts/sequencer/Chart.yaml +++ b/charts/sequencer/Chart.yaml @@ -15,13 +15,13 @@ 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.14.0 +version: 0.15.0 # 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.11.0" +appVersion: "0.13.0" dependencies: - name: sequencer-relayer diff --git a/charts/sequencer/values.yaml b/charts/sequencer/values.yaml index 2e2944cbca..aae87fe802 100644 --- a/charts/sequencer/values.yaml +++ b/charts/sequencer/values.yaml @@ -17,7 +17,7 @@ images: devTag: v0.38.6 sequencer: repo: ghcr.io/astriaorg/sequencer - tag: "0.12.0" + tag: "0.13.0" devTag: latest config: diff --git a/crates/astria-sequencer/Cargo.toml b/crates/astria-sequencer/Cargo.toml index 354da13651..5cc1143015 100644 --- a/crates/astria-sequencer/Cargo.toml +++ b/crates/astria-sequencer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astria-sequencer" -version = "0.12.0" +version = "0.13.0" edition = "2021" license = "MIT OR Apache-2.0" rust-version = "1.73"