Skip to content

Commit

Permalink
Bump modules to 0.9.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganeshrockz committed Feb 20, 2024
1 parent 3f3198c commit cad29b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/gateway-task/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data "aws_region" "current" {}

locals {
// Must be updated for each release, and after each release to return to a "-dev" version.
version_string = "0.8.0-dev"
version_string = "0.9.0-dev"

consul_data_volume_name = "consul_data"
consul_data_mount = {
Expand Down
2 changes: 1 addition & 1 deletion modules/mesh-task/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data "aws_region" "current" {}

locals {
// Must be updated for each release, and after each release to return to a "-dev" version.
version_string = "0.8.0-dev"
version_string = "0.9.0-dev"

consul_data_volume_name = "consul_data"
consul_data_mount = {
Expand Down

0 comments on commit cad29b9

Please sign in to comment.