summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2017-01-05 22:46:42 +0000
committerChef Versioner <chef-versioner@chef.io>2017-01-05 22:46:42 +0000
commitcd63524cf46d265f374f300e7f2350046e19d87e (patch)
treef8ce9351baf9f1b824cc7627f7aff68968666821 /lib/chef/version.rb
parentb85cb894b2af5686ba86376a74b58ab13f2e509c (diff)
downloadchef-cd63524cf46d265f374f300e7f2350046e19d87e.tar.gz
Bump version of chef to 12.18.22 by Chef Versioner.v12.18.22
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 79449330c6..642abf188a 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.18.21"
+ VERSION = "12.18.22"
end
#