From 069af53226459713062b4b04244fe86ccf66b3fa Mon Sep 17 00:00:00 2001 From: Krishna Raman Date: Wed, 2 Oct 2013 10:40:42 -0700 Subject: [PATCH] Update version to 0.0.4 (Alpha) --- lib/vagrant-openshift/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant-openshift/version.rb b/lib/vagrant-openshift/version.rb index 5e2e76bb..d242fab1 100644 --- a/lib/vagrant-openshift/version.rb +++ b/lib/vagrant-openshift/version.rb @@ -16,6 +16,6 @@ module Vagrant module Openshift - VERSION = "0.0.4.dev" + VERSION = "0.0.4" end end