Skip to content

Commit

Permalink
Bump to v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Jul 26, 2021
1 parent 2f0a1df commit 25c562e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## 2.10.2 (Unreleased)
## 2.10.2 (2021-07-26)

FIXES

- libsacloud v2.21.1 [GH-854] (@yamamoto-febc)

## 2.10.1 (2021-07-19)
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.1"
version = "2.10.2"
#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.1"
version = "2.10.2"

# 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.1"
Version = "2.10.2"
// 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.1"
version = "2.10.2"
#version = "~> 2"
}
}
Expand Down

0 comments on commit 25c562e

Please sign in to comment.