From 9e88a660708e007c868c36fe336564b073d02dcc Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 14 Feb 2014 17:57:22 -0500 Subject: [PATCH] Version bump to 2.3.8 --- metadata.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 20f68d5c..4ca3ffce 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Configures apt and apt services and LWRPs for managing apt repositories and preferences' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '2.3.7' +version '2.3.8' recipe 'apt', 'Runs apt-get update during compile phase and sets up preseed directories' recipe 'apt::cacher-ng', 'Set up an apt-cacher-ng caching proxy' recipe 'apt::cacher-client', 'Client for the apt::cacher-ng caching proxy'