diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-31 12:20:57 -0700 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2014-07-31 12:20:57 -0700 |
commit | bfeed426c568e762642585554c1cd59c2d9d7591 (patch) | |
tree | 092ff8a74497a8911366f28701b3c5f2e29b1999 | |
parent | 9a90f29b7cfd70feb5e192fb8f3a96cbe8b2c43d (diff) | |
download | chef-bfeed426c568e762642585554c1cd59c2d9d7591.tar.gz |
bumping version for 11.14.211.14.2
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 142aa8f62e..b8e6b8f05e 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -17,7 +17,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '11.14.0' + VERSION = '11.14.2' end # NOTE: the Chef::Version class is defined in version_class.rb |