summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-04-01 17:29:19 +0000
committerChef Versioner <chef-versioner@chef.io>2016-04-01 17:29:19 +0000
commit84b836980d0964441f1a1d9b9f5fa5278ade6d90 (patch)
treeaf5310891fe2ada4fa14f21a9c7d5a885de95380
parenta1f5ea940d43601106e6a660771145f2e74d0584 (diff)
downloadchef-84b836980d0964441f1a1d9b9f5fa5278ade6d90.tar.gz
Bump version of chef to 12.9.20 by Chef Versioner.v12.9.20
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
3 files changed, 3 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index dcaf9325e3..c677c87959 100644
--- a/VERSION
+++ b/VERSION
@@ -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
#