Skip to content

Commit

Permalink
readme: bump version of provider in README (#365)
Browse files Browse the repository at this point in the history
Bump version of provider in README to 0.16.

Updates #cleanup

Signed-off-by: Mario Minardi <mario@tailscale.com>
  • Loading branch information
mpminardi committed May 6, 2024
1 parent aa289ad commit ae7d025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ terraform {
required_providers {
tailscale = {
source = "tailscale/tailscale"
version = "~> 0.13" // Latest 0.13.x
version = "~> 0.16" // Latest 0.16.x
}
}
}
Expand Down

0 comments on commit ae7d025

Please sign in to comment.