From 6889e0c50246c763afb3fa89b593c1321e75e381 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 21 Feb 2014 14:38:28 -0800 Subject: [PATCH] Version bump to 1.6.0 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index e7e81190..4c5a8450 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs and configures ntp as a client or server' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.5.5' +version '1.6.0' recipe 'ntp', 'Installs and configures ntp either as a server or client'