Skip to content

Commit

Permalink
Bump to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Jul 19, 2021
1 parent 2ccf3e0 commit d9ff33b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.10.1 (Unreleased)
## 2.10.1 (2021-07-19)

FIXES

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ terraform {
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
# since new versions are released frequently
version = "2.10.0"
version = "2.10.1"
#version = "~> 2"
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/website/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
provider "sakuracloud" {
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
# since new versions are released frequently
version = "2.10.0"
version = "2.10.1"

# More information on the authentication methods supported by
# the SakuraCloud Provider can be found here:
Expand Down
2 changes: 1 addition & 1 deletion sakuracloud/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "fmt"

var (
// Version app version
Version = "2.10.0"
Version = "2.10.1"
// Revision git commit short commithash
Revision = "xxxxxx" // set on build
)
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ terraform {
# We recommend pinning to the specific version of the SakuraCloud Provider you're using
# since new versions are released frequently
version = "2.10.0"
version = "2.10.1"
#version = "~> 2"
}
}
Expand Down

0 comments on commit d9ff33b

Please sign in to comment.