diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-04-01 17:29:19 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-04-01 17:29:19 +0000 |
commit | 84b836980d0964441f1a1d9b9f5fa5278ade6d90 (patch) | |
tree | af5310891fe2ada4fa14f21a9c7d5a885de95380 | |
parent | a1f5ea940d43601106e6a660771145f2e74d0584 (diff) | |
download | chef-84b836980d0964441f1a1d9b9f5fa5278ade6d90.tar.gz |
Bump version of chef to 12.9.20 by Chef Versioner.v12.9.20
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1 +1 @@ -12.9.19
\ No newline at end of file +12.9.20
\ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index f7ad7398a0..f28a2bd179 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.9.19" + VERSION = "12.9.20" end # diff --git a/lib/chef/version.rb b/lib/chef/version.rb index a60c21e1fb..66ed5433ce 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.9.19" + VERSION = "12.9.20" end # |