We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9f71da commit 753fb8dCopy full SHA for 753fb8d
Taskfile.yml
@@ -1,7 +1,7 @@
1
version: "3"
2
3
env:
4
- tag_version: v1.3.0
+ tag_version: v1.3.1
5
6
tasks:
7
build-version:
infra/tf/production/main.tf
@@ -27,5 +27,5 @@ module "darkbot" {
27
configurator_dbname = "production"
28
consoler_prefix = "."
29
secrets = local.secrets
30
- tag_version = "v1.3.0"
+ tag_version = "v1.3.1"
31
}
infra/tf/staging/main.tf
@@ -27,7 +27,7 @@ module "darkbot" {
configurator_dbname = "staging"
consoler_prefix = ","
debug = false
32
33
0 commit comments