From b58fbf75654e07f58da7f2d2e354372ea3b92a1d Mon Sep 17 00:00:00 2001 From: Adam Krone Date: Thu, 25 Feb 2016 15:07:00 -0600 Subject: [PATCH] v0.10.0 release --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 1004244..0e906bf 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache v2.0' description 'Installs/Configures consul-template' long_description 'Installs/Configures consul-template' -version '0.9.4' +version '0.10.0' recipe 'consul-template', 'Installs, configures, and starts the consul-template service.' recipe 'consul-template::install_binary', 'Installs consul-template from binary.'