Skip to content

Commit 753fb8d

Browse files
committed
fix: timeout to higher one
1 parent e9f71da commit 753fb8d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: "3"
22

33
env:
4-
tag_version: v1.3.0
4+
tag_version: v1.3.1
55

66
tasks:
77
build-version:

infra/tf/production/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ module "darkbot" {
2727
configurator_dbname = "production"
2828
consoler_prefix = "."
2929
secrets = local.secrets
30-
tag_version = "v1.3.0"
30+
tag_version = "v1.3.1"
3131
}

infra/tf/staging/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module "darkbot" {
2727
configurator_dbname = "staging"
2828
consoler_prefix = ","
2929
secrets = local.secrets
30-
tag_version = "v1.3.0"
30+
tag_version = "v1.3.1"
3131
debug = false
3232
}
3333

0 commit comments

Comments
 (0)