From f8ff303f125b7f0e300831850486385e67f505b3 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Tue, 19 Feb 2013 07:12:25 -0800 Subject: [PATCH] Upgrade the plugin version --- vagrant-plugin.pluginspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant-plugin.pluginspec b/vagrant-plugin.pluginspec index c253f4d..5807f2a 100644 --- a/vagrant-plugin.pluginspec +++ b/vagrant-plugin.pluginspec @@ -2,7 +2,7 @@ Jenkins::Plugin::Specification.new do |plugin| plugin.name = 'vagrant' plugin.display_name = 'Vagrant Plugin' - plugin.version = '0.1.5-SNAPSHOT' + plugin.version = '0.1.6' plugin.description = 'The Vagrant plugin allows you to bring up a Vagrant VM for the duration of your job' plugin.url = 'https://wiki.jenkins-ci.org/display/JENKINS/Vagrant+Plugin'