diff --git a/Taskfile.yml b/Taskfile.yml index 009bd39..5bd36bf 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -1,7 +1,7 @@ version: "3" env: - tag_version: v1.1.0 + tag_version: v1.1.1 tasks: build-version: diff --git a/infra/tf/production/main.tf b/infra/tf/production/main.tf index bcdcad0..2f4e207 100644 --- a/infra/tf/production/main.tf +++ b/infra/tf/production/main.tf @@ -27,5 +27,5 @@ module "darkbot" { configurator_dbname = "production" consoler_prefix = "." secrets = local.secrets - tag_version = "v1.1.0" + tag_version = "v1.1.1" } \ No newline at end of file diff --git a/infra/tf/staging/main.tf b/infra/tf/staging/main.tf index 5808232..05e9dd2 100644 --- a/infra/tf/staging/main.tf +++ b/infra/tf/staging/main.tf @@ -27,7 +27,7 @@ module "darkbot" { configurator_dbname = "staging" consoler_prefix = "," secrets = local.secrets - tag_version = "v1.1.0" + tag_version = "v1.1.1" debug = false }