From 9a224de909676696a153b3e482adc978c0bfa0fa Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Thu, 9 Jun 2016 10:21:44 -0700 Subject: [PATCH] chef-cookbook-v3.3.4 --- README.md | 2 +- doc/makenew.md | 2 +- metadata.rb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1981cb1..580920c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Bootstrap a new [Chef] cookbook in less than a minute. Optionally, reset to the latest [release][Releases] with ``` - $ git reset --hard chef-cookbook-v3.3.3 + $ git reset --hard chef-cookbook-v3.3.4 ``` 2. Run diff --git a/doc/makenew.md b/doc/makenew.md index 04a1d82..a250f79 100644 --- a/doc/makenew.md +++ b/doc/makenew.md @@ -49,7 +49,7 @@ Bootstrap a new [Chef] cookbook in less than a minute. Optionally, reset to the latest [release][Releases] with ``` - $ git reset --hard chef-cookbook-v3.3.3 + $ git reset --hard chef-cookbook-v3.3.4 ``` 2. Run diff --git a/metadata.rb b/metadata.rb index b3d2f0a..bb8a581 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ description 'Chef cookbook skeleton.' source_url 'https://github.com/makenew/chef-cookbook' issues_url 'https://github.com/makenew/chef-cookbook/issues' -version '3.3.3' +version '3.3.4' supports 'ubuntu', '~> 14.04'