Skip to content

Commit

Permalink
🔖 Tag new platform version (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersjohnsen authored Oct 18, 2024
1 parent b0615bd commit 621516b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/charts/rig-platform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,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: 1.0.63
version: 1.0.64

# 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: "1.6.16"
appVersion: "1.6.19"
2 changes: 1 addition & 1 deletion docs/src/constants/versions.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export const RIG_VERSION = "1.12.5";
export const RIG_OPERATOR_CHART_VERSION = "1.0.43";
export const RIG_PLATFORM_CHART_VERSION = "1.0.63";
export const RIG_PLATFORM_CHART_VERSION = "1.0.64";

0 comments on commit 621516b

Please sign in to comment.