Skip to content

Commit

Permalink
Change release version to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hhlee445 committed Feb 10, 2025
1 parent 6cd5e63 commit c6d4787
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cluster_provisioning/int_pst_ops_devcommon_override.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ variable "hysds_release" {
}

variable "lambda_package_release" {
default = "3.1.1"
default = "3.1.3"
}

variable "pcm_commons_branch" {
default = "3.1.1"
default = "3.1.3"
}

variable "pcm_branch" {
default = "3.1.1"
default = "3.1.3"
}

variable "product_delivery_branch" {
default = "3.1.1"
default = "3.1.3"
}

variable "bach_api_branch" {
default = "3.1.1"
default = "3.1.3"
}

variable "bach_ui_branch" {
default = "3.1.1"
default = "3.1.3"
}

0 comments on commit c6d4787

Please sign in to comment.