Skip to content

Commit

Permalink
Bump to v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Oct 5, 2021
1 parent b2fa62e commit f584b4d
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.13.0 (Unreleased)
## 2.13.0 (2021-10-05)

FEATURES

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.12.0"
version = "2.13.0"
#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.12.0"
version = "2.13.0"

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

0 comments on commit f584b4d

Please sign in to comment.