Skip to content

Commit

Permalink
feat: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jta authored and github-actions[bot] committed Aug 4, 2024
1 parent e05e5da commit d1b7c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sam_asset/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
# updatecli will bump this value when new releases become available
latest_version = "2.1.0"
latest_version = "2.1.1"

release_version = var.release_version != "" ? var.release_version : local.latest_version
}
Expand Down

0 comments on commit d1b7c42

Please sign in to comment.