From 01cd7955ba85c41a6a49b72a312820c4fbfea69d Mon Sep 17 00:00:00 2001 From: Jamie Winsor Date: Thu, 6 Nov 2014 12:11:42 -0800 Subject: [PATCH] version bump 0.5.1 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 933f62bc..77fe7cfc 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache v2.0' description 'Installs/Configures consul' long_description 'Installs/Configures consul' -version '0.5.0' +version '0.5.1' recipe 'consul', 'Installs and starts consul service.' recipe 'consul::install_binary', 'Installs consul service from binary.'