From 907d0db1640e932137e42b209bc1a1abdc1c92b7 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Mon, 11 Apr 2016 16:44:44 -0700 Subject: [PATCH] chef-cookbook-v3.3.1 --- 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 232af7b..7fbec29 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.0 + $ git reset --hard chef-cookbook-v3.3.1 ``` 2. Run diff --git a/doc/makenew.md b/doc/makenew.md index cf96079..2452158 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.0 + $ git reset --hard chef-cookbook-v3.3.1 ``` 2. Run diff --git a/metadata.rb b/metadata.rb index 2d1b247..7459190 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.0' +version '3.3.1' supports 'ubuntu', '~> 14.04'