From f2e9e53a487431d10cc2500ed67166ccbf8a5c2a Mon Sep 17 00:00:00 2001 From: Mikhail Zholobov Date: Sun, 11 Jun 2017 20:01:56 +0200 Subject: [PATCH] Bump cookbook version to v3.0.0 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 66439bd7..8f3a8f25 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Application cookbook which installs and configures Consul.' long_description 'Application cookbook which installs and configures Consul.' -version '2.3.0' +version '3.0.0' recipe 'consul::default', 'Installs and configures the Consul service.' recipe 'consul::client_gem', 'Installs the Consul Ruby client as a gem.'