Skip to content

Commit

Permalink
feat: bump SAM apps version to 2.1.0 (#179)
Browse files Browse the repository at this point in the history
Co-authored-by: jta <[email protected]>
  • Loading branch information
github-actions[bot] and jta authored Jul 16, 2024
1 parent 38c44d7 commit 56126f5
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.0.0"
latest_version = "2.1.0"

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

0 comments on commit 56126f5

Please sign in to comment.