Skip to content

Commit

Permalink
Bump to v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yamamoto-febc committed Feb 17, 2021
1 parent 3a0b4ce commit d94c66a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.7.1 (2021-02-17)

* libsacloud v2.13 [GH-796] (@yamamoto-febc)

## 2.7.0 (2021-01-16)

* VPCRouter version [GH-795] (@yamamoto-febc)
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.7.0"
version = "2.7.1"
#version = "~> 2"
}
}
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.7.0"
Version = "2.7.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.7.0"
version = "2.7.1"
#version = "~> 2"
}
}
Expand Down

0 comments on commit d94c66a

Please sign in to comment.