From 6aea6099f563af93747339396fda48c89f08a923 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 23 Apr 2014 22:11:51 -0700 Subject: [PATCH] Version bump to 3.0.2 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index a259ebc..0f00f01 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures PowerShell on the Windows platform' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.0.1' +version '3.0.2' recipe 'powershell::default', 'Does nothing; choose the right version of Powershell by selecting the correct recipe' recipe 'powershell::powershell2', 'Installs PowerShell 2.0'