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'