Skip to content

Commit

Permalink
Bump version: 5.0.0 → 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xOtanix committed Jan 28, 2025
1 parent 29b2c9c commit f6e0888
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.0.0
current_version = 5.0.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For usage see how the module is used in the using tests in `test_data/test_modul
```hcl
module "httpd" {
source = "infrahouse/ecs/aws"
version = "5.0.0"
version = "5.0.1"
providers = {
aws = aws
aws.dns = aws
Expand Down Expand Up @@ -67,7 +67,7 @@ Pass the volumes to the ECS module:
```hcl
module "httpd" {
source = "infrahouse/ecs/aws"
version = "5.0.0"
version = "5.0.1"
providers = {
aws = aws
aws.dns = aws
Expand Down
2 changes: 1 addition & 1 deletion locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
module_version = "5.0.0"
module_version = "5.0.1"

module_name = "infrahouse/ecs/aws"
default_module_tags = merge(
Expand Down

0 comments on commit f6e0888

Please sign in to comment.