From 1c5c04813634d164b9925a174f84e64195904fdb Mon Sep 17 00:00:00 2001 From: I Smith Date: Sat, 29 Oct 2016 16:27:48 -0700 Subject: [PATCH] Bumping to the new major revision to reflect the breaking changes When completed, will resolve EMSL-MSC/chef-bareos#10 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 8deac42..b8f7804 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) issues_url 'https://github.com/sitle/chef-bareos/issues' source_url 'https://github.com/sitle/chef-bareos.git' -version '3.0.8' +version '4.0.1' depends 'apt', '>= 2.0' depends 'openssl', '>= 4.0'