summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-21 09:52:52 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-21 09:52:52 +0000
commitb2de1122b922f35be94c2ff23abe48676f13cc47 (patch)
tree7a541540f6179734ca513c8ee10a90887b288da4 /lib/chef/version.rb
parentb59b5657a228864bfacd91e64a8fb07bb0fbc3d4 (diff)
downloadchef-b2de1122b922f35be94c2ff23abe48676f13cc47.tar.gz
Bump version to 12.22.0 by Expeditorv12.22.0
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 65d7802fe3..93fc61bdcd 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.21.37"
+ VERSION = "12.22.0"
end
#