Release v2.2.9

This commit is contained in:
Chris Roberts 2020-05-07 13:00:01 -07:00
parent ae2355603d
commit 06d04b0d9c
3 changed files with 3 additions and 7 deletions

View File

@ -1,8 +1,4 @@
## Next version (Unreleased)
FEATURES:
IMPROVEMENTS:
## 2.2.9 (May 07, 2020)
BUG FIXES:

View File

@ -1 +1 @@
2.2.9.dev
2.2.9

View File

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