Skip to content

Commit

Permalink
chore(release): bump version to 0.2.0 (starkware-libs#1515)
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-starkware authored Dec 14, 2023
1 parent 5d73fd0 commit 87e0136
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/papyrus_node/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const VERSION_PATCH: u32 = 0;
/// Version metadata to append to the version string.
/// Expected values are `dev` and `stable`.
#[allow(dead_code)]
const VERSION_META: Metadata = Metadata::Dev;
const VERSION_META: Metadata = Metadata::Stable;

/// Textual version string.
pub const VERSION: &str = version_str();
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/backup-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ rustLogLevel: "papyrus=DEBUG"
deployment:
image:
repository: us.gcr.io/starkware-dev/papyrus-backup
tag: 0.1.2-alpha
tag: 0.2.0
services: []
# Persistent volume claim variables for a papyrus pod.
pvc:
Expand Down
2 changes: 1 addition & 1 deletion deployments/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deployment:
# The container image
image:
repository: ghcr.io/starkware-libs/papyrus
tag: 0.1.2-alpha
tag: 0.2.0
# The container's pullPolicy
pullPolicy: Always
# Optional - nodeSelector
Expand Down

0 comments on commit 87e0136

Please sign in to comment.