From 4f0eb9504cc786d5a57a43814427e8eb35407a4c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 2 Jan 2014 10:16:06 -0800 Subject: [PATCH] v1.4.3 --- lib/vagrant/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/version.rb b/lib/vagrant/version.rb index df6e1dead..849d6b6c0 100644 --- a/lib/vagrant/version.rb +++ b/lib/vagrant/version.rb @@ -2,5 +2,5 @@ module Vagrant # This will always be up to date with the current version of Vagrant, # since it is used to generate the gemspec and is also the source of # the version for `vagrant -v` - VERSION = "1.4.3.dev" + VERSION = "1.4.3" end