Release v2.2.7

This commit is contained in:
Chris Roberts 2020-01-27 12:27:37 -08:00
parent db316a396f
commit ac268e2638
3 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,4 @@
## Next version (Unreleased)
FEATURES:
## 2.2.7 (January 27, 2020)
IMPROVEMENTS:

View File

@ -1 +1 @@
2.2.7.dev
2.2.7

View File

@ -5,7 +5,7 @@ set :vmware_utility_version, "1.0.7"
activate :hashicorp do |h|
h.name = "vagrant"
h.version = "2.2.6"
h.version = "2.2.7"
h.github_slug = "hashicorp/vagrant"
h.website_root = "website"
end