From 40693415352cff79495ee65cf33741ba408cd688 Mon Sep 17 00:00:00 2001 From: Adam Krone Date: Thu, 19 Nov 2015 10:23:26 -0600 Subject: [PATCH] v0.9.1 release --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 829ff99..8ffa279 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.0' +version '0.9.1' recipe 'consul-template', 'Installs, configures, and starts the consul-template service.' recipe 'consul-template::install_binary', 'Installs consul-template from binary.'